# AndroidFoldableOrientation

> Options to indicate the orientation of a fold or hinge.

## Definition

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

```csharp
public enum AndroidFoldableOrientation
```

## Remarks

This enum directly wraps the [FoldingFeature.Orientation](https://developer.android.com/reference/androidx/window/layout/FoldingFeature.Orientation) values in the AndroidX API.

## Fields

| Value                                                                                                      | Description                                    |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| [Horizontal](/engine/6000.6/script-reference/unityengine/android/androidfoldableorientation/horizontal.md) | Wraps the Android property value `HORIZONTAL`. |
| [Vertical](/engine/6000.6/script-reference/unityengine/android/androidfoldableorientation/vertical.md)     | Wraps the Android property value `VERTICAL`.   |
