Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidUIModeNight

Options to indicate whether the device screen is in a special mode, such as a night mode.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AndroidUIModeNight

Remarks

Additional Resources: _uiModeNight

Fields

Value

Description

NoMirrors the Android property value
UI_MODE_NIGHT_NO
.
UndefinedMirrors the Android property value
UI_MODE_NIGHT_UNDEFINED
.
YesMirrors the Android property value
UI_MODE_NIGHT_YES
.