Unity 6.3
0 онлайн 40 гостей 3 в системе
Вход

ScreenOrientation

перечисление

Описание

Соответствует ScreenOrientation enum.

Дополнительные сведения об атрибуте см. в документации Android: атрибут ScreenOrientation

Свойства

Свойство Описание
NullАтрибут не установлен и не будет отображаться в элементе.
UnspecifiedСоответствует android:screenOrientation="unspecified".
BehindСоответствует android:screenOrientation="behind".
LandscapeСоответствует android:screenOrientation="landscape".
PortraitСоответствует android:screenOrientation="portrait".
ReverseLandscapeСоответствует android:screenOrientation="reverseLandscape".
ReversePortraitСоответствует android:screenOrientation="reversePortrait".
SensorLandscapeСоответствует android:screenOrientation="sensorLandscape".
SensorPortraitСоответствует android:screenOrientation="sensorPortrait".
UserLandscapeСоответствует android:screenOrientation="userLandscape".
UserPortraitСоответствует android:screenOrientation="userPortrait".
SensorСоответствует android:screenOrientation="sensor".
FullSensorСоответствует android:screenOrientation="fullSensor".
NoSensorСоответствует android:screenOrientation="noSensor".
UserСоответствует android:screenOrientation="user".
FullUserСоответствует android:screenOrientation="fullUser".
LockedСоответствует android:screenOrientation="locked".