Click or drag to resize
InputManager Methods

The InputManager type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a BindingGroup to the InputManager.
Public methodGetBinding
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
Public methodRemove
Removes a BindingGroup from the InputManager.
Public methodUpdate
The Update loop. This Is called automatically when added to a GameObject
Top
See Also