| InputManager Methods |
The InputManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds a BindingGroup to the InputManager.
| |
| GetBinding |
Tries to find a Binding with the given name. If not found, this returns null. Avoid to have 2 or more Bindings with the same name, as only one of them will be found
| |
| Remove |
Removes a BindingGroup from the InputManager.
| |
| Update |
The Update loop. This Is called automatically when added to a GameObject
|