Enum Cardinal
One of the four primary directions.
Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs
Syntax
public enum Cardinal
Fields
Name | Description | Value |
---|---|---|
North | North direction, e.g. forward on a thumbstick. |
0 |
South | South direction, e.g. back on a thumbstick. |
1 |
East | East direction, e.g. right on a thumbstick. |
2 |
West | West direction, e.g. left on a thumbstick. |
3 |