ProjectCapabilityManager.GameControllersOptions
The list of options available for the Game Controllers capability. For more information, refer to Configuring game controllers(Apple Developer).
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.iOS.Xcode
- Assembly: UnityEditor.iOS.Extensions.Xcode
[Flags]public enum ProjectCapabilityManager.GameControllersOptions
Fields
Value | Description |
|---|---|
| DirectionalGamepad | Use this flag to set the Directional Gamepad option. |
| ExtendedGamepad | Use this flag to set the Extended Gamepad option. |
| MicroGamepad | Use this flag to set the Micro Gamepad option. |
| None | Use this flag when Game Controller options aren't necessary. |