版本:Unity 6 (6000.0)
语言英语
  • C#

ScreenOrientation

枚举

建议更改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们无法接受所有提交,但我们确实会阅读来自我们用户的每个建议更改,并会在适用的情况下进行更新。

关闭

提交失败

出于某种原因,无法提交您的建议更改。请 在几分钟后重试。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

说明

镜像 ScreenOrientation 枚举。

有关该属性的更多信息,请参阅 Android 的文档:ScreenOrientation 属性

属性

没有设置属性,也不会显示在该元素中。
未指定镜像 android:screenOrientation="unspecified”。
背后镜像 android:screenOrientation="behind”。
横向镜像 android:screenOrientation="landscape”。
纵向镜像 android:screenOrientation="portrait”。
反向横向镜像 android:screenOrientation="reverseLandscape”。
反向纵向镜像 android:screenOrientation="reversePortrait”。
传感器横向镜像 android:screenOrientation="sensorLandscape”。
传感器纵向镜像 android:screenOrientation="sensorPortrait”。
用户横向镜像 android:screenOrientation="userLandscape”。
用户纵向镜像 android:screenOrientation="userPortrait”。
传感器镜像 android:screenOrientation="sensor”。
全传感器镜像 android:screenOrientation="fullSensor”。
无传感器镜像 android:screenOrientation="noSensor”。
用户镜像 android:screenOrientation="user”。
全用户镜像 android:screenOrientation="fullUser”。
锁定镜像 android:screenOrientation="locked”。