# LandscapeRight

> Landscape orientation, clockwise from the portrait orientation.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
LandscapeRight = 4
```

### Remarks

Available on iOS and on Android 2.3+. On older Androids falls back to LandscapeLeft.

Additional Resources: [Screen.orientation](/engine/6000.7/script-reference/unityengine/screen/orientation.md).
