Click or drag to resize

PlayerAddInputEventDelegate Method

Overload List
 NameDescription
Public methodAddInputEventDelegate(ActionInputActionEventData, UpdateLoopType) Add a delegate to receive input action events every time any input action value is updated.
Public methodAddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType) Add a delegate to receive input action events every time a specific event occurs in any action.
Public methodAddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, Int32) Add a delegate to receive input action events every time a specific input action value is updated.
Public methodAddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, String) Add a delegate to receive input action events every time a specific input action value is updated.
Public methodAddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, Int32) Add a delegate to receive input action events every time a specific event occurs in a specific action.
Public methodAddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, Object) Add a delegate to receive input action events every time a specific event occurs in any action.
Public methodAddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, String) Add a delegate to receive input action events every time a specific event occurs in a specific action.
Public methodAddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, Int32, Object) Add a delegate to receive input action events every time a specific event occurs in a specific action.
Public methodAddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, String, Object) Add a delegate to receive input action events every time a specific event occurs in a specific action.
Top
See Also