Click or drag to resize

OSScreenOrientationEnum Enumeration

[Missing <summary> documentation for "T:Godot.OS.ScreenOrientationEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ScreenOrientationEnum
Members
  Member nameValueDescription
Landscape0

Landscape screen orientation.

Portrait1

Portrait screen orientation.

ReverseLandscape2

Reverse landscape screen orientation.

ReversePortrait3

Reverse portrait screen orientation.

SensorLandscape4

Uses landscape or reverse landscape based on the hardware sensor.

SensorPortrait5

Uses portrait or reverse portrait based on the hardware sensor.

Sensor6

Uses most suitable orientation based on the hardware sensor.

See Also