OSScreenOrientationEnum Enumeration |
[Missing <summary> documentation for "T:Godot.OS.ScreenOrientationEnum"]
Namespace: Godot
public enum ScreenOrientationEnum
| Member name | Value | Description | |
|---|---|---|---|
| Landscape | 0 | Landscape screen orientation. | |
| Portrait | 1 | Portrait screen orientation. | |
| ReverseLandscape | 2 | Reverse landscape screen orientation. | |
| ReversePortrait | 3 | Reverse portrait screen orientation. | |
| SensorLandscape | 4 | Uses landscape or reverse landscape based on the hardware sensor. | |
| SensorPortrait | 5 | Uses portrait or reverse portrait based on the hardware sensor. | |
| Sensor | 6 | Uses most suitable orientation based on the hardware sensor. |