AndroidScreenLayoutSize
Options to indicate the size of the device screen.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public enum AndroidScreenLayoutSize
Remarks
Additional Resources: _screenLayoutSize
Fields
Value | Description |
|---|---|
| Large | Mirrors the Android property value |
| Normal | Mirrors the Android property value |
| Small | Mirrors the Android property value |
| Undefined | Mirrors the Android property value |
| XLarge | Mirrors the Android property value |