AndroidNavigation
Options to indicate the type of navigation methods used on the device.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public enum AndroidNavigation
Remarks
Additional Resources: AndroidConfiguration.navigation
Fields
Value | Description |
|---|---|
| Dpad | Mirrors the Android property value |
| NoNav | Mirrors the Android property value |
| TrackBall | Mirrors the Android property value |
| Undefined | Mirrors the Android property value |
| Wheel | Mirrors the Android property value |