Enum XRRayInteractor.AnchorRotationMode
Sets how anchor rotation is controlled.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum XRRayInteractor.AnchorRotationMode
Fields
Name | Description |
---|---|
MatchDirection | The anchor rotates to match the direction of the 2-dimensional rotation input. |
RotateOverTime | The anchor rotates over time while rotation input is active. |