|
DoopelPonger
|
Inputchecker to notify the trigger when the key first gets pressed down. More...


Public Member Functions | |
| SinglePressInputChecker (InputManager.InputTriggerOption inputTriggerOption, InputActionMapper.Action action, bool triggeredOnUpdate, InputManager.ButtonPressTrigger trigger, string tag) | |
| override InputCheckerAction | GetCheckerAction () |
| Method called every Update tick to see if the inputTriggerOption should be actived. More... | |
| override string | GetIdentifierString () |
Public Member Functions inherited from InputChecker | |
| InputChecker (InputManager.InputTriggerOption inputTriggerOption, string tag) | |
Public Attributes | |
| readonly InputManager.ButtonPressTrigger | trigger |
Public Attributes inherited from InputChecker | |
| readonly string | tag |
| readonly InputManager.InputTriggerOption | inputTriggerOption |
Additional Inherited Members | |
Protected Attributes inherited from InputChecker | |
| InputActionMapper | inputActionMapper |
Inputchecker to notify the trigger when the key first gets pressed down.
| SinglePressInputChecker.SinglePressInputChecker | ( | InputManager.InputTriggerOption | inputTriggerOption, |
| InputActionMapper.Action | action, | ||
| bool | triggeredOnUpdate, | ||
| InputManager.ButtonPressTrigger | trigger, | ||
| string | tag | ||
| ) |
|
virtual |
Method called every Update tick to see if the inputTriggerOption should be actived.
Implements InputChecker.
|
virtual |
Implements InputChecker.
| readonly InputManager.ButtonPressTrigger SinglePressInputChecker.trigger |
Callback to notify of when the key is pressed.
1.8.14