# orientation

> Wraps the Android method FoldingFeature.getOrientation(). Read-only.

## Definition

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

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

### Remarks

For more information, refer to the Android developer documentation on [FoldingFeature.getOrientation()](https://developer.android.com/reference/androidx/window/layout/FoldingFeature#getOrientation\(\))

Additional Resources: [AndroidFoldableOrientation](/engine/6000.7/script-reference/unityengine/android/androidfoldableorientation.md)
