Unity - Scripting API: AndroidUIModeType
enumeration
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Options to indicate the user interface mode of the device.
Properties
| Property | Description |
|---|---|
| Undefined | Mirrors the Android property value UI_MODE_TYPE_UNDEFINED. |
| Normal | Mirrors the Android property value UI_MODE_TYPE_NORMAL. |
| Desk | Mirrors the Android property value UI_MODE_TYPE_DESK. |
| Car | Mirrors the Android property value UI_MODE_TYPE_CAR. |
| Television | Mirrors the Android property value UI_MODE_TYPE_TELEVISION. |
| Appliance | Mirrors the Android property value UI_MODE_TYPE_APPLIANCE. |
| Watch | Mirrors the Android property value UI_MODE_TYPE_WATCH. |
| VrHeadset | Mirrors the Android property value UI_MODE_TYPE_VR_HEADSET. |