AndroidUIModeType
Options to indicate the user interface mode of the device.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public enum AndroidUIModeType
Remarks
Additional Resources: AndroidConfiguration.uiModeType
Fields
Value | Description |
|---|---|
| Appliance | Mirrors the Android property value |
| Car | Mirrors the Android property value |
| Desk | Mirrors the Android property value |
| Normal | Mirrors the Android property value |
| Television | Mirrors the Android property value |
| Undefined | Mirrors the Android property value |
| VrHeadset | Mirrors the Android property value |
| Watch | Mirrors the Android property value |