BigRedWolfy (talk | contribs) No edit summary |
m Use new template |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
The Chirality Enum is used in Protoflux nodes or components which deal with behavior assigned to Left and Right Hands or controllers. It has two values: | The Chirality Enum is used in Protoflux nodes or components which deal with behavior assigned to Left and Right Hands or controllers. It has two values: | ||
{{Table EnumValues | |||
|Left|0|The left hand side. | |||
|Right|1|The right hand side. | |||
}} | |||
[[Category:Enums]] | [[Category:Enums]] | ||
[[Category: | [[Category:Type]] |
Latest revision as of 21:33, 27 February 2024
The Chirality Enum is used in Protoflux nodes or components which deal with behavior assigned to Left and Right Hands or controllers. It has two values:
Name | Value | Description |
---|---|---|
Left
|
0 | The left hand side. |
Right
|
1 | The right hand side. |