screenLayoutSize
Mirrors the Android property screenLayout based on the SCREENLAYOUT_SIZE_MASK value.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public AndroidScreenLayoutSize screenLayoutSize { get; }
Remarks
For information about this property, refer to the Android developer documentation on screenLayout and SCREENLAYOUT_SIZE_MASK.
Additional Resources: AndroidScreenLayoutSize