Enum NavigationMoveEvent.Direction
Move event direction.
Namespace: UnityEngine.UIElements
Syntax
public enum Direction : int
Fields
Name | Description | Value |
---|---|---|
None | No specific direction. |
0 |
Left | Lefto. |
1 |
Up | Upo. |
2 |
Right | Righto. |
3 |
Down | Downo. |
4 |