Click or drag to resize

Player.AddInputEventDelegate Method

Overload List
 NameDescription
Public methodAddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType) Add a delegate to receive input action events every time any input action value is updated.
Public methodAddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType) Add a delegate to receive input action events every time a specific event occurs in any action.
Public methodAddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, Int32) Add a delegate to receive input action events every time a specific input action value is updated.
Public methodAddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, String) Add a delegate to receive input action events every time a specific input action value is updated.
Public methodAddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, Int32) Add a delegate to receive input action events every time a specific event occurs in a specific action.
Public methodAddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, Object[]) Add a delegate to receive input action events every time a specific event occurs in any action.
Public methodAddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, String) Add a delegate to receive input action events every time a specific event occurs in a specific action.
Public methodAddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, Int32, Object[]) Add a delegate to receive input action events every time a specific event occurs in a specific action.
Public methodAddInputEventDelegate(Action<InputActionEventData>, 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