Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

[Flags]public enum ProjectCapabilityManager.GameControllersOptions

Fields

Value

Description

DirectionalGamepadUse this flag to set the Directional Gamepad option.
ExtendedGamepadUse this flag to set the Extended Gamepad option.
MicroGamepadUse this flag to set the Micro Gamepad option.
NoneUse this flag when Game Controller options aren't necessary.