AndroidFoldableOrientation
Options to indicate the orientation of a fold or hinge.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public enum AndroidFoldableOrientation
Remarks
This enum directly wraps the FoldingFeature.Orientation values in the AndroidX API.
Fields
Value | Description |
|---|---|
| Horizontal | Wraps the Android property value |
| Vertical | Wraps the Android property value |