# isSeparating

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

## Definition

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

```csharp
public bool isSeparating { get; }
```

### Remarks

True if the `AndroidFoldingFeature` splits the display into two areas, false otherwise.

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