PlayerRemoveInputEventDelegate Method (ActionInputActionEventData, String) |
Remove a delegate to no longer receive input action events from any update loop for the specified action.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void RemoveInputEventDelegate(
Action<InputActionEventData> callback,
string actionName
)
Parameters
- callback
- Type: SystemActionInputActionEventData
The delegate to be removed. - actionName
- Type: SystemString
The name of the action.
See Also