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. This equates to a chain of TapInteraction with a maximum delay between each tap.
PressInteraction
Performs the action at specific points in a button press-and-release sequence according top behavior.
SlowTapInteraction
Performs the action if the control is pressed and held for at least the set duration (which defaults to defaultSlowTapTime) and then released.
TapInteraction
Performs the action if the control is pressed held for at least the set duration (which defaults to defaultTapTime) and then released.
Enums
PressBehavior
Determines how to trigger an action based on button presses.