Enum PressBehavior
Determines how to trigger an action based on button presses.
Namespace: UnityEngine.InputSystem.Interactions
Assembly: Unity.InputSystem.dll
Syntax
public enum PressBehavior
Fields
Name | Description |
---|---|
PressAndRelease | Perform the action when the button is pressed and when the button is released. |
PressOnly | Perform the action when the button is pressed. |
ReleaseOnly | Perform the action when the button is released. |