|
DoopelPonger
|
InputChecker to notify the trigger when the key has been released. More...


Public Member Functions | |
| ReleaseInputChecker (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... | |
| 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 has been released.
| ReleaseInputChecker.ReleaseInputChecker | ( | 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.
|
virtual |
Implements InputChecker.
| readonly InputManager.ButtonPressTrigger ReleaseInputChecker.trigger |
Function to call.
1.8.14