C# Class UnityEditor.iOS.AvailableOrientations

显示文件 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_oe property

public bool landscapeLeft
return bool

landscapeRight public_oe property

public bool landscapeRight
return bool

portrait public_oe property

public bool portrait
return bool

portraitUpsideDown public_oe property

public bool portraitUpsideDown
return bool