| Name | Description |
---|
 | AddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType) |
Add a delegate to receive input action events every time any input action value is updated.
|
 | AddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType) |
Add a delegate to receive input action events every time a specific event occurs in any action.
|
 | AddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, Int32) |
Add a delegate to receive input action events every time a specific input action value is updated.
|
 | AddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, String) |
Add a delegate to receive input action events every time a specific input action value is updated.
|
 | AddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, Int32) |
Add a delegate to receive input action events every time a specific event occurs in a specific action.
|
 | AddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, Object[]) |
Add a delegate to receive input action events every time a specific event occurs in any action.
|
 | AddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, String) |
Add a delegate to receive input action events every time a specific event occurs in a specific action.
|
 | AddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, Int32, Object[]) |
Add a delegate to receive input action events every time a specific event occurs in a specific action.
|
 | AddInputEventDelegate(Action<InputActionEventData>, UpdateLoopType, InputActionEventType, String, Object[]) |
Add a delegate to receive input action events every time a specific event occurs in a specific action.
|