Namespace UnityEngine.InputSystem.Interactions
Classes
HoldInteraction
Performs the action if the control is pressed and held for at least the set duration (which defaults to defaultHoldTime).
MultiTapInteraction
Interaction that requires multiple taps (press and release within tapTime) spaced no more than tapDelay seconds apart.
PressInteraction
Performs the action when a control is actuated past the button press point and then does not perform again until the button is first released and then pressed again.
SlowTapInteraction
TapInteraction
Performs the action if the control is pressed and released within the set duration (which defaults to defaultTapTime).
Enums
PressBehavior
Determines how to trigger an action based on button presses.