Type:Chirality: Difference between revisions

From Resonite Wiki
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 (technically 3) 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:
* Left
 
* Right
 
* -1 (Null/unassigned)
{{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:


Values
Name Value Description
Left 0 The left hand side.
Right 1 The right hand side.