|
DoopelPonger
|
InputChecker to call the trigger every frame with the state of the action. More...


Public Member Functions | |
| SingleInputChecker (InputManager.InputTriggerOption inputTriggerOption, InputActionMapper.Action action, InputManager.ButtonPressTrigger trigger, string tag) | |
| override InputCheckerAction | GetCheckerAction () |
| Method called every Update tick to see if the inputTriggerOption should be actived. More... | |
Public Member Functions inherited from InputChecker | |
| InputChecker (InputManager.InputTriggerOption inputTriggerOption, string tag) | |
| abstract string | GetIdentifierString () |
Public Attributes | |
| readonly InputManager.ButtonPressTrigger | trigger |
Public Attributes inherited from InputChecker | |
| readonly string | tag |
| readonly InputManager.InputTriggerOption | inputTriggerOption |
Protected Member Functions | |
| abstract InputCheckerAction | GetFixedUpdateActionFromKeyState (bool keyCodeState) |
Additional Inherited Members | |
Protected Attributes inherited from InputChecker | |
| InputActionMapper | inputActionMapper |
InputChecker to call the trigger every frame with the state of the action.
| SingleInputChecker.SingleInputChecker | ( | InputManager.InputTriggerOption | inputTriggerOption, |
| InputActionMapper.Action | action, | ||
| InputManager.ButtonPressTrigger | trigger, | ||
| string | tag | ||
| ) |
|
virtual |
Method called every Update tick to see if the inputTriggerOption should be actived.
Implements InputChecker.
|
protectedpure virtual |
| readonly InputManager.ButtonPressTrigger SingleInputChecker.trigger |
Callback to notify of the action state.
1.8.14