Class UIGamepadInputModule
Inherited Members
Namespace: UnityEngine.Experimental.Input.Plugins.UI
Syntax
public class UIGamepadInputModule : UIInputModule
Fields
devices
Gamepad devices
Declaration
public InputDeviceReference devices
Field Value
| Type | Description |
|---|---|
| InputDeviceReference |
Remarks
This can be used to set up receiving input from general types of devices as well as receiving input from specific devices.
Examples
Methods
Process()
Declaration
public override void Process()