PlayerAddInputEventDelegate Method |
Name | Description | |
---|---|---|
AddInputEventDelegate(ActionInputActionEventData, UpdateLoopType) |
Add a delegate to receive input action events every time any input action value is updated.
| |
AddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType) |
Add a delegate to receive input action events every time a specific event occurs in any action.
| |
AddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, Int32) |
Add a delegate to receive input action events every time a specific input action value is updated.
| |
AddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, String) |
Add a delegate to receive input action events every time a specific input action value is updated.
| |
AddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, Int32) |
Add a delegate to receive input action events every time a specific event occurs in a specific action.
| |
AddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, Object) |
Add a delegate to receive input action events every time a specific event occurs in any action.
| |
AddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, String) |
Add a delegate to receive input action events every time a specific event occurs in a specific action.
| |
AddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, Int32, Object) |
Add a delegate to receive input action events every time a specific event occurs in a specific action.
| |
AddInputEventDelegate(ActionInputActionEventData, UpdateLoopType, InputActionEventType, String, Object) |
Add a delegate to receive input action events every time a specific event occurs in a specific action.
|