RequiredDisplayOrientation Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
public enum RequiredDisplayOrientation
Fields
| Name | Description |
|---|---|
| Default | The default value for the orientation. |
| LandscapeLeft | Displays in landscape mode to the left. |
| LandscapeRight | Displays in landscape mode to the right. |
| Portrait | Displays in portrait mode. |