Click or drag to resize

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.5.0.0 (3.5.0.0)
Syntax
C#
public enum MovementTypes
Members
  Member nameValueDescription
Positional0 Angle of movement is determined by position around the dial's center
InversePositional1 Angle of movement is determined by position around the dial's center, but direction is inverted
See Also