Enum PressBehavior | Input System | 1.0.2
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

    Fields

    Name Description Value
    PressOnly

    Perform the action when the button is pressed.

    0
    ReleaseOnly

    Perform the action when the button is released.

    1
    PressAndRelease

    Perform the action when the button is pressed and when the button is released.

    2
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 22 January 2021