Type:Chirality: Difference between revisions

From Resonite Wiki
No edit summary
 
m Use new template
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{| class="wikitable"
|-
| Color
| Type
|-
| style="background-color:{{Chirality-color}}" |
| Chirality
|}
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:
* Left
 
* Right
 
{{Table EnumValues
|Left|0|The left hand side.
|Right|1|The right hand side.
}}




[[Category:Enums]]
[[Category:Enums]]
[[Category:Types]]
[[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.