Version: 2023.1
言語: 日本語

説明

Autorotates the screen as necessary toward any of the enabled orientations.

When you assign ScreenOrientation.AutoRotation to the Screen.orientation property, the screen autorotates so that the bottom of the image points downwards. To set permitted orientations, use the following properties: Screen.autorotateToLandscapeLeft Screen.autorotateToLandscapeRight Screen.autorotateToPortrait Screen.autorotateToPortraitUpsideDown You can set a combination of orientations. For example, you can set Screen.autorotateToPortrait and Screen.autorotateToPortraitUpsideDown to true whilst setting Screen.autorotateToLandscapeLeft and Screen.autorotateToLandscapeRight to false. In this case, the autorotation never chooses either of the landscape options.

Note: On Android and iOS platforms, you must set at least one orientation property for autorotation to true. Make sure to set the remaining properties to false.

WebGL builds only support autorotation on the mobile Chrome browser, and only allows orienting to a subset of combinations, these are: Individual orientations Opposite pairs of orientations All four of the above orientations. If another combination is set, autorotation defaults to all four orientations.
Note: Autorotation on WebGL only works in full-screen mode.

関連項目: Screen.orientation.