Provides access to input actions defined in input action map "Test".
|
|
| TestActions (@TestInput 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 (ITestActions instance) |
| | Adds InputAction.started, InputAction.performed and InputAction.canceled callbacks provided via on all input actions contained in this map.
|
| |
| void | RemoveCallbacks (ITestActions instance) |
| | Unregisters and unregisters all input action callbacks via TestActions.UnregisterCallbacks(ITestActions).
|
| |
| void | SetCallbacks (ITestActions instance) |
| | Replaces all existing callback instances and previously registered input action callbacks associated with them with callbacks provided via .
|
| |
|
|
InputAction | PrimaryAction [get] |
| | Provides access to the underlying input action "Test/PrimaryAction".
|
| |
|
InputAction | SecondaryAction [get] |
| | Provides access to the underlying input action "Test/SecondaryAction".
|
| |
|
InputAction | PrimaryLeft [get] |
| | Provides access to the underlying input action "Test/PrimaryLeft".
|
| |
|
InputAction | PrimaryRight [get] |
| | Provides access to the underlying input action "Test/PrimaryRight".
|
| |
|
InputAction | SecondaryLeft [get] |
| | Provides access to the underlying input action "Test/SecondaryLeft".
|
| |
|
InputAction | SecondaryRight [get] |
| | Provides access to the underlying input action "Test/SecondaryRight".
|
| |
|
InputAction | Move [get] |
| | Provides access to the underlying input action "Test/Move".
|
| |
|
InputAction | Look [get] |
| | Provides access to the underlying input action "Test/Look".
|
| |
|
bool | enabled [get] |
| |