BindingAssignToNextInput Method (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
Namespace: Codolith.InputManagerAssembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax public void AssignToNextInput(
Action<Binding> inputAssignedCallback
)
Parameters
- inputAssignedCallback
- Type: SystemActionBinding
Input assigned callback.
See Also