DoopelPonger
|
Inputcheck that calls the trigger method the first frame an input key is pressed. More...
Public Member Functions | |
FirstFrameBlockerInputChecker (InputManager.InputTriggerOption inputTriggerOption, InputActionMapper.Action action, InputManager.StoppableButtonPressTrigger 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) | |
Additional Inherited Members | |
Public Attributes inherited from InputChecker | |
readonly string | tag |
readonly InputManager.InputTriggerOption | inputTriggerOption |
Protected Attributes inherited from InputChecker | |
InputActionMapper | inputActionMapper |
Inputcheck that calls the trigger method the first frame an input key is pressed.
FirstFrameBlockerInputChecker.FirstFrameBlockerInputChecker | ( | InputManager.InputTriggerOption | inputTriggerOption, |
InputActionMapper.Action | action, | ||
InputManager.StoppableButtonPressTrigger | trigger, | ||
string | tag | ||
) |
|
virtual |
Method called every Update tick to see if the inputTriggerOption should be actived.
Implements InputChecker.
|
virtual |
Implements InputChecker.