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