C# Class UnityEditor.iOS.AvailableOrientations

Show file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
landscapeLeft bool
landscapeRight bool
portrait bool
portraitUpsideDown bool

Public Methods

Method Description
AvailableOrientations ( ) : System

Method Details

AvailableOrientations() public method

public AvailableOrientations ( ) : System
return System

Property Details

landscapeLeft public property

public bool landscapeLeft
return bool

landscapeRight public property

public bool landscapeRight
return bool

portrait public property

public bool portrait
return bool

portraitUpsideDown public property

public bool portraitUpsideDown
return bool