Translations:Expressions/13/en: Difference between revisions
From VRChat Wiki
Importing a new version from external source |
Importing a new version from external source |
||
| Line 1: | Line 1: | ||
You can create up to 8 controls per page. When creating a control, choose its type: | You can create up to 8 controls per page. When creating a control, choose its type: | ||
* Button | * '''Button''' sets a value while pressed, then resets after VRChat sends the change. | ||
* Toggle | * '''Toggle''' sets a value when enabled and resets it when disabled. | ||
* Sub Menu | * '''Sub Menu''' opens another Expressions menu, and can optionally set a parameter while that submenu is open. | ||
* Two Axis Puppet | * '''Two Axis Puppet''' drives two float parameters from horizontal and vertical input, usually in the range <code>-1.0</code> to <code>1.0</code>. | ||
* Four Axis Puppet | * '''Four Axis Puppet''' drives four float parameters, one for each direction, usually in the range <code>0.0</code> to <code>1.0</code>. | ||
* Radial Puppet | * '''Radial Puppet''' drives one float parameter from <code>0.0</code> to <code>1.0</code>. | ||
Latest revision as of 16:12, 15 March 2026
You can create up to 8 controls per page. When creating a control, choose its type:
- Button sets a value while pressed, then resets after VRChat sends the change.
- Toggle sets a value when enabled and resets it when disabled.
- Sub Menu opens another Expressions menu, and can optionally set a parameter while that submenu is open.
- Two Axis Puppet drives two float parameters from horizontal and vertical input, usually in the range
-1.0to1.0. - Four Axis Puppet drives four float parameters, one for each direction, usually in the range
0.0to1.0. - Radial Puppet drives one float parameter from
0.0to1.0.