cohtml.InputSystem.GamepadInputManager.GamepadAliases
On this page
Public Attributes
| Name | |
|---|---|
| string [] | Aliases Array of gamepad names. The names must be written in lowercase to avoid case sensitivity issues. |
| Type | ReturnType The type which will create an instance when is found a match. |
Public Attributes Documentation
variable Aliases
string [] Aliases;
Array of gamepad names. The names must be written in lowercase to avoid case sensitivity issues.
variable ReturnType
Type ReturnType;
The type which will create an instance when is found a match.