interactorturntype - eisclimber/ExPresS-XR GitHub Wiki
Enum in TurnVisualizer
Inherits from System.Enum
Determines how a turn is calculated. Either by turning the controller/wrist (Forward) or by rotating around the up-axis (Direction).
public enum InteractorTurnType
{
Forward,
Direction
}| Name | Description |
|---|---|
| Direction | Turning is determined the direction from the interactable to the interactor. |
| Forward | Turning is determined from wrist movement. |