Enum InputActionTriggerPhase
The input phase that triggers an invocation.
Mirrors the three Unity Input System callback events on an UnityEngine.InputSystem.InputAction.
Namespace: Serenity.InputGateway.Infrastructure.Components
Assembly: Serenity.UnityPlayerInput.Infrastructure.dll
Syntax
public enum InputActionTriggerPhase
Fields
| Name | Description |
|---|---|
| Canceled | |
| Performed | |
| Started |