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