docs.unity.cn
    Show / Hide Table of Contents

    Enum PressBehavior

    Determines how to trigger an action based on button presses.

    Namespace: UnityEngine.InputSystem.Interactions
    Syntax
    public enum PressBehavior : int

    Fields

    Name Description Value
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, January 5, 2022
    Terms of use