|
DoopelPonger
|


Public Member Functions | |
| InputChecker (InputManager.InputTriggerOption inputTriggerOption, string tag) | |
| abstract InputCheckerAction | GetCheckerAction () |
| Method called every Update tick to see if the inputTriggerOption should be actived. More... | |
| abstract string | GetIdentifierString () |
Public Attributes | |
| readonly string | tag |
| readonly InputManager.InputTriggerOption | inputTriggerOption |
Protected Attributes | |
| InputActionMapper | inputActionMapper |
| InputChecker.InputChecker | ( | InputManager.InputTriggerOption | inputTriggerOption, |
| string | tag | ||
| ) |
|
pure virtual |
Method called every Update tick to see if the inputTriggerOption should be actived.
Implemented in MovementInputChecker, ReleaseInputChecker, SinglePressInputChecker, SingleInputChecker, ContinuousPressInputChecker, and FirstFrameBlockerInputChecker.
|
pure virtual |
Implemented in MovementInputChecker, SinglePressInputChecker, ReleaseInputChecker, ContinuousPressInputChecker, and FirstFrameBlockerInputChecker.
|
protected |
| readonly InputManager.InputTriggerOption InputChecker.inputTriggerOption |
The input trigger that the input checker should be looking for in the GetCheckerAction method.
| readonly string InputChecker.tag |
Unique string sent to the InputManager when registering the action, will correspond with the inputTriggerOption
1.8.14