DoopelPonger
|
InputChecker that will call the trigger every frame the key is pressed. More...
Public Member Functions | |
ContinuousPressInputChecker (InputManager.InputTriggerOption triggerOption, 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... | |
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 that will call the trigger every frame the key is pressed.
ContinuousPressInputChecker.ContinuousPressInputChecker | ( | InputManager.InputTriggerOption | triggerOption, |
InputActionMapper.Action | action, | ||
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 ContinuousPressInputChecker.trigger |