ScreenOrientation
UnityObjectLink
ScreenOrientation

enum:/TYPE/UnityEngine.ScreenOrientation///

Parent

UnityObjectLink

Variables
screenorientation::​autorotation
static readonly screenorientation::autorotation

enum constant number 6

screenorientation::​landscape
static readonly screenorientation::landscape

enum constant number 3

screenorientation::​landscapeleft
static readonly screenorientation::landscapeleft

enum constant number 4

screenorientation::​landscaperight
static readonly screenorientation::landscaperight

enum constant number 5

screenorientation::​portrait
static readonly screenorientation::portrait

enum constant number 1

screenorientation::​portraitupsidedown
static readonly screenorientation::portraitupsidedown

enum constant number 2

screenorientation::​unknown
static readonly screenorientation::unknown

enum constant number 0

Functions
screenorientation::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

screenorientation::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ScreenOrientation enum
)

no documentation

Parameters
enum
UnityEngine.ScreenOrientation

an enum of type ScreenOrientation

Returns

System.Int32

screenorientation::​inttoenum
static UnityEngine.ScreenOrientation IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::ScreenOrientation::Count()

Returns

UnityEngine.ScreenOrientation

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::ScreenOrientation::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::ScreenOrientation::EnumToString(enum)

Returns

System.String