Translations:Avatar Dynamics/22/en: Difference between revisions
From VRChat Wiki
Importing a new version from external source |
Importing a new version from external source |
||
| Line 2: | Line 2: | ||
* '''Constant''' keeps a parameter active while a matching sender stays inside the receiver. | * '''Constant''' keeps a parameter active while a matching sender stays inside the receiver. | ||
* '''On Enter''' activates for one frame when a matching sender enters, optionally requiring a minimum velocity. | * '''On Enter''' activates for one frame when a matching sender enters, optionally requiring a minimum velocity. | ||
* '''Proximity''' outputs a float from `0.0` to `1.0` based on how close the sender is to the center of the receiver. | * '''Proximity''' outputs a float from `{{formatnum:0.0}}` to `{{formatnum:1.0}}` based on how close the sender is to the center of the receiver. | ||
Latest revision as of 20:18, 20 July 2026
VRChat supports three receiver behaviors:
- Constant keeps a parameter active while a matching sender stays inside the receiver.
- On Enter activates for one frame when a matching sender enters, optionally requiring a minimum velocity.
- Proximity outputs a float from `0.0` to `1.0` based on how close the sender is to the center of the receiver.