Provides access to input actions defined in input action map "Default".
|
|
| DefaultActions (@ArenaInput wrapper) |
| | Construct a new instance of the input action map wrapper class.
|
| |
|
InputActionMap | Get () |
| | Provides access to the underlying input action map instance.
|
| |
|
void | Enable () |
| |
|
void | Disable () |
| |
| void | AddCallbacks (IDefaultActions instance) |
| | Adds InputAction.started, InputAction.performed and InputAction.canceled callbacks provided via on all input actions contained in this map.
|
| |
| void | RemoveCallbacks (IDefaultActions instance) |
| | Unregisters and unregisters all input action callbacks via DefaultActions.UnregisterCallbacks(IDefaultActions).
|
| |
| void | SetCallbacks (IDefaultActions instance) |
| | Replaces all existing callback instances and previously registered input action callbacks associated with them with callbacks provided via .
|
| |
|
|
InputAction | Move [get] |
| | Provides access to the underlying input action "Default/Move".
|
| |
|
InputAction | Jump [get] |
| | Provides access to the underlying input action "Default/Jump".
|
| |
|
InputAction | Action [get] |
| | Provides access to the underlying input action "Default/Action".
|
| |
|
InputAction | Roll [get] |
| | Provides access to the underlying input action "Default/Roll".
|
| |
|
InputAction | Attack [get] |
| | Provides access to the underlying input action "Default/Attack".
|
| |
|
InputAction | Quick1 [get] |
| | Provides access to the underlying input action "Default/Quick1".
|
| |
|
InputAction | Quick2 [get] |
| | Provides access to the underlying input action "Default/Quick2".
|
| |
|
InputAction | Quick3 [get] |
| | Provides access to the underlying input action "Default/Quick3".
|
| |
|
InputAction | Pause [get] |
| | Provides access to the underlying input action "Default/Pause".
|
| |
|
InputAction | Lock [get] |
| | Provides access to the underlying input action "Default/Lock".
|
| |
|
InputAction | LockRight [get] |
| | Provides access to the underlying input action "Default/LockRight".
|
| |
|
InputAction | LockLeft [get] |
| | Provides access to the underlying input action "Default/LockLeft".
|
| |
|
InputAction | Rotate [get] |
| | Provides access to the underlying input action "Default/Rotate".
|
| |
|
bool | enabled [get] |
| |