AndroidGamepadSupportLevel
Gamepad support level for Android TV.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum AndroidGamepadSupportLevel
Fields
Value | Description |
|---|---|
| RequiresGamepad | Requires a gamepad for gameplay. |
| SupportsDPad | Game is fully operational with a D-pad, no gamepad needed. |
| SupportsGamepad | Works with a gamepad, but does not require it. |