Component image 
Gamepad Settings component as seen in the Scene Inspector

See GamePad settings.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
ThumbstickLookSpeed
|
Float | How sensitive the thumbstick is when looking around. higher values mean faster look speed with the joystick at max. |
ThumbstickLookExponent
|
Float | How much faster the joystick makes the user look around as it approaches the edge, becoming exponentially fast at the very edge. This value increases and can decrease the power of this effect. |
UseGamepadWhenUnfocused
|
Bool | Whether to allow usage of the connected gamepad when unfocused from the game. |
Usage
See GamePad settings.
Examples
See GamePad settings.