Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidUIModeType

Options to indicate the user interface mode of the device.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AndroidUIModeType

Remarks

Additional Resources: AndroidConfiguration.uiModeType

Fields

Value

Description

ApplianceMirrors the Android property value
UI_MODE_TYPE_APPLIANCE
.
CarMirrors the Android property value
UI_MODE_TYPE_CAR
.
DeskMirrors the Android property value
UI_MODE_TYPE_DESK
.
NormalMirrors the Android property value
UI_MODE_TYPE_NORMAL
.
TelevisionMirrors the Android property value
UI_MODE_TYPE_TELEVISION
.
UndefinedMirrors the Android property value
UI_MODE_TYPE_UNDEFINED
.
VrHeadsetMirrors the Android property value
UI_MODE_TYPE_VR_HEADSET
.
WatchMirrors the Android property value
UI_MODE_TYPE_WATCH
.