docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)