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