m 989onan moved page Chirality to Type:Chirality: Misspelled title: this is a type not a concept |
m Use new template |
||
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 | 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:Type]] | [[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. |