Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DeviceOrientation

Describes physical orientation of the device as determined by the OS.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.InputLegacyModule
public enum DeviceOrientation

Remarks

If device is physically situated between discrete positions, as when (for example) rotated diagonally, system will report Unknown orientation.

Fields

Value

Description

FaceDownThe device is held parallel to the ground with the screen facing downwards.
FaceUpThe device is held parallel to the ground with the screen facing upwards.
LandscapeLeftThe device is in landscape mode, with the device held upright and the home button on the right side.
LandscapeRightThe device is in landscape mode, with the device held upright and the home button on the left side.
PortraitThe device is in portrait mode, with the device held upright and the home button at the bottom.
PortraitUpsideDownThe device is in portrait mode but upside down, with the device held upright and the home button at the top.
UnknownThe orientation of the device cannot be determined.