Enum InputActionPhase
Trigger phase of an InputAction.
Namespace: UnityEngine.Experimental.Input
Syntax
public enum InputActionPhase
Remarks
Actions can be triggered in steps. For example, a
Fields
| Name | Description |
|---|---|
| Cancelled | |
| Disabled | The action is not enabled. |
| Performed | |
| Started | An associated control has been actuated such that it may lead to the action being triggered. |
| Waiting | The action is enabled and waiting for input on its associated controls. |