| EasyDialMovementTypes Enumeration |
Types of movement for a dial. This is used to determine the angle of rotation as the user moves the controller.
Namespace:
ImmerseSDK.Interaction
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public enum MovementTypes
Members
| Member name | Value | Description |
---|
| Positional | 0 |
Angle of movement is determined by position around the dial's center
|
| InversePositional | 1 |
Angle of movement is determined by position around the dial's center, but direction is inverted
|
See Also