MovementAxis Enumeration |
Namespace: ImmerseSDK.Interaction
[SerializableAttribute] public enum MovementAxis
Member name | Value | Description | |
---|---|---|---|
PosX | 0 | The X axis (red) | |
PosY | 1 | The Y axis (green) | |
PosZ | 2 | The Z axis (blue) | |
NegX | 3 | The negative X axis (red) | |
NegY | 4 | The negative Y axis (green) | |
NegZ | 5 | The negative Z axis (blue) |