Click or drag to resize

RotationDirection Enumeration

Direction of rotation

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public enum RotationDirection
Members
  Member nameValueDescription
Clockwise0 Clockwise
AntiClockwise1 AntiClockwise
See Also