| Binding Methods |
The Binding type exposes the following members.
| Name | Description | |
|---|---|---|
| AddAvailableAxis |
Adds an available Axis with its RecognizionTreshold (how far the axis has to be changed so that it will be assigned to the binding)
| |
| AssignToNextInput |
Causes this Binding to assign itself to the next Input that is done by the user (Be it moving an axis or pressing some buttons)
| |
| AssignToNextInput(ActionBinding) |
Causes this Binding to assign itself to the next Input that is done by the user (Be it moving an axis or pressing some buttons). Also accepts a callback that will be called if the binding was assigned, or the CancelAssignmentKey was pressed
| |
| AssignToNone |
Assigns this Binding to no input
| |
| RaiseNewInputAssigned |
Calls the inputAssignedCallback if one was given.
| |
| RaiseOnUpdate |
Raises the OnUpdate event.
| |
| Update |
Updates this instance.
|