AndroidGamepadSupportLevel
Options for gamepad support in an Android application.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum AndroidGamepadSupportLevel
Fields
Value | Description |
|---|---|
| None | Game is fully operational with a D-pad or touchscreen. No gamepad is needed. |
| RequiresGamepad | Requires a gamepad for gameplay. |
| SupportsGamepad | Works with a gamepad, but does not require it. |