# screenLayoutDirection

> Mirrors the Android property screenLayout based on the SCREENLAYOUT_LAYOUTDIR_MASK value.

## Definition

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

```csharp
public AndroidScreenLayoutDirection screenLayoutDirection { get; }
```

### Remarks

For information about this property, refer to the Android developer documentation on [screenLayout](https://developer.android.com/reference/android/content/res/Configuration#screenLayout) and [SCREENLAYOUT\_LAYOUTDIR\_MASK](https://developer.android.com/reference/android/content/res/Configuration#SCREENLAYOUT_LAYOUTDIR_MASK).

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