# ProjectCapabilityManager.GameControllersOptions

> The list of options available for the Game Controllers capability. For more information, refer to Configuring game controllers(Apple Developer).

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.iOS.Xcode](/engine/6000.5/script-reference/unityeditor/ios/xcode.md)
* **Assembly:** UnityEditor.iOS.Extensions.Xcode

```csharp
[Flags]
public enum ProjectCapabilityManager.GameControllersOptions
```

## Fields

| Value                                                                                                                                             | Description                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [DirectionalGamepad](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/gamecontrollersoptions/directionalgamepad.md) | Use this flag to set the Directional Gamepad option.         |
| [ExtendedGamepad](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/gamecontrollersoptions/extendedgamepad.md)       | Use this flag to set the Extended Gamepad option.            |
| [MicroGamepad](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/gamecontrollersoptions/microgamepad.md)             | Use this flag to set the Micro Gamepad option.               |
| [None](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/gamecontrollersoptions/none.md)                             | Use this flag when Game Controller options aren't necessary. |
