Click or drag to resize

Player.RemoveInputEventDelegate Method

Overload List
  NameDescription
Public methodRemoveInputEventDelegate(Action<InputActionEventData>)
Remove a delegate to no longer receive input action events from any update loop for all actions.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, InputActionEventType)
Remove a delegate to no longer receive input action events from the specified update loop for all actions.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, UpdateLoopType)
Remove a delegate to no longer receive input action events from the specified update loop for all actions.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, Int32)
Remove a delegate to no longer receive input action events from any update loop for the specified action.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, String)
Remove a delegate to no longer receive input action events from any update loop for the specified action.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, InputActionEventType, Int32)
Remove a delegate to no longer receive input action events from any update loop for the specified action.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, InputActionEventType, String)
Remove a delegate to no longer receive input action events from any update loop for the specified action.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType)
Remove a delegate to no longer receive input action events from the specified update loop for all actions.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, Int32)
Remove a delegate to no longer receive input action events from the specified update loop for the specified action.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, String)
Remove a delegate to no longer receive input action events from the specified update loop for the specified action.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, Int32)
Remove a delegate to no longer receive input action events from the specified update loop for the specified action.
Public methodRemoveInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, String)
Remove a delegate to no longer receive input action events from the specified update loop for the specified action.
Top
See Also