Enum SectorInteraction.Directions
Sets which cardinal directions to use when determining valid directions to perform the action.
Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs.Interactions
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
[Flags]
public enum SectorInteraction.Directions
Fields
| Name | Description |
|---|---|
| East | Include East direction, e.g. right on a thumbstick. |
| None | Do not include any direction, e.g. the center deadzone region of a thumbstick. The action will never perform. |
| North | Include North direction, e.g. forward on a thumbstick. |
| South | Include South direction, e.g. back on a thumbstick. |
| West | Include West direction, e.g. left on a thumbstick. |