Click or drag to resize

MovementAxis Enumeration

Identifies an axis

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public enum MovementAxis
Members
  Member nameValueDescription
PosX0 The X axis (red)
PosY1 The Y axis (green)
PosZ2 The Z axis (blue)
NegX3 The negative X axis (red)
NegY4 The negative Y axis (green)
NegZ5 The negative Z axis (blue)
See Also