Enum ScreenOrientation
Namespace: Unity.Tiny
Syntax
[Flags]
public enum ScreenOrientation
Fields
| Name | Description | Value |
|---|---|---|
| Unknown | 0 | |
| Portrait | 1 | |
| PortraitUpsideDown | 2 | |
| ReversePortrait | 2 | |
| AutoRotationPortrait | 3 | |
| Landscape | 4 | |
| LandscapeLeft | 4 | |
| LandscapeRight | 8 | |
| ReverseLandscape | 8 | |
| AutoRotationLandscape | 12 | |
| AutoRotation | 15 |