Enum Direction
Definition
Namespace: StardewUI
Assembly: StardewUI.dll
Cardinal directions used in UI, matching gamepad stick/button directions for navigation.
Inheritance
Object ⇦ ValueType ⇦ Enum ⇦ Direction
Fields
| Name | Value | Description |
|---|---|---|
| North | 0 | "Up" in screen space. |
| East | 1 | "Right" in screen space. |
| South | 2 | "Down" in screen space. |
| West | 3 | "Left" in screen space. |