interactorturntype - eisclimber/ExPresS-XR GitHub Wiki

InteractorTurnType

Enum in TurnVisualizer

Inherits from System.Enum

Summary

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
}

Members

Name Description
Direction Turning is determined the direction from the interactable to the interactor.
Forward Turning is determined from wrist movement.
⚠️ **GitHub.com Fallback** ⚠️