Translations:Avatar Dynamics/22/en: Difference between revisions

From VRChat Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Avatar Dynamics)
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 `{{formatnum:0.0}}` to `{{formatnum:1.0}}` based on how close the sender is to the center of the receiver.

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.