This version of Unity is unsupported.

ScreenOrientation

enumeration

Description

Describes screen orientation.

Currently this is only relevant on mobile devices.

See Also: Screen.orientation.

Properties

PortraitPortrait orientation.
PortraitUpsideDownPortrait orientation, upside down.
LandscapeLeftLandscape orientation, counter-clockwise from the portrait orientation.
LandscapeRightLandscape orientation, clockwise from the portrait orientation.
AutoRotationAuto-rotates the screen as necessary toward any of the enabled orientations.