# AndroidScreenLayoutDirection

> Options to indicate the screen layout direction.

## Definition

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

```csharp
public enum AndroidScreenLayoutDirection
```

## Remarks

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

## Fields

| Value                                                                                          | Description                                                      |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [LTR](/engine/6000.6/script-reference/unityengine/android/androidscreenlayoutdirection/ltr.md) | Mirrors the Android property value `SCREENLAYOUT_LAYOUTDIR_LTR`. |
| [RTL](/engine/6000.6/script-reference/unityengine/android/androidscreenlayoutdirection/rtl.md) | Mirrors the Android property value `SCREENLAYOUT_LAYOUTDIR_RTL`. |
