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