# orientation

> Mirrors the Android property orientation.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public AndroidOrientation orientation { get; }
```

### Remarks

For information about this property, refer to the Android developer documentation on [orientation](https://developer.android.com/reference/android/content/res/Configuration#orientation).

Additional Resources: [AndroidOrientation](/engine/6000.6/script-reference/unityengine/android/androidorientation.md)
