Type:Chirality: Difference between revisions

From Resonite Wiki
No edit summary
 
get rid of types
Line 1: Line 1:
{| class="wikitable"
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:
|-
| 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:
* Left
* Left
* Right
* Right
* -1 (Null/unassigned)




[[Category:Enums]]
[[Category:Enums]]
[[Category:Types]]
[[Category:Type]]

Revision as of 04:31, 15 January 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 (technically 3) values:

  • Left
  • Right
  • -1 (Null/unassigned)