enum
Godot::DisplayServer::SensorOrientation
Defined in:
libgodot/generated/classes/classes_part2.crEnum Members
-
SensorOrientationUndefined =
0_i64 -
SensorOrientationPortrait =
1_i64 -
SensorOrientationLandscape =
2_i64
Instance Method Summary
-
#sensor_orientation_landscape?
Returns
trueif this enum value equalsSensorOrientationLandscape -
#sensor_orientation_portrait?
Returns
trueif this enum value equalsSensorOrientationPortrait -
#sensor_orientation_undefined?
Returns
trueif this enum value equalsSensorOrientationUndefined
Instance Method Detail
def sensor_orientation_landscape?
#
Returns true if this enum value equals SensorOrientationLandscape
def sensor_orientation_undefined?
#
Returns true if this enum value equals SensorOrientationUndefined