Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidOrientation

Options to indicate the orientation of the screen.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AndroidOrientation

Remarks

Additional Resources: AndroidConfiguration.orientation

Fields

Value

Description

LandscapeMirrors the Android property value
ORIENTATION_LANDSCAPE
.
PortraitMirrors the Android property value
ORIENTATION_PORTRAIT
.
UndefinedMirrors the Android property value
ORIENTATION_UNDEFINED
.