# AndroidOrientation

> Options to indicate the orientation of the screen.

## Definition

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

```csharp
public enum AndroidOrientation
```

## Remarks

Additional Resources: [AndroidConfiguration.orientation](/engine/6000.6/script-reference/unityengine/android/androidconfiguration/orientation.md)

## Fields

| Value                                                                                            | Description                                                 |
| ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- |
| [Landscape](/engine/6000.6/script-reference/unityengine/android/androidorientation/landscape.md) | Mirrors the Android property value `ORIENTATION_LANDSCAPE`. |
| [Portrait](/engine/6000.6/script-reference/unityengine/android/androidorientation/portrait.md)   | Mirrors the Android property value `ORIENTATION_PORTRAIT`.  |
| [Undefined](/engine/6000.6/script-reference/unityengine/android/androidorientation/undefined.md) | Mirrors the Android property value `ORIENTATION_UNDEFINED`. |
