Click or drag to resize

PlayerRemoveInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, String) Method

Remove a delegate to no longer receive input action events from the specified update loop for the specified action.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public void RemoveInputEventDelegate(
	Action<InputActionEventData> callback,
	UpdateLoopType updateLoop,
	InputActionEventType eventType,
	string actionName
)

Parameters

callback  ActionInputActionEventData
The delegate to be removed.
updateLoop  UpdateLoopType
The update loop.
eventType  InputActionEventType
The event type for which to send an event.
actionName  String
The name of the action.
See Also