docs.unity.cn
    Show / Hide Table of Contents

    Enum InputHelpers.Button

    A list of buttons that can be bound to.

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    public enum Button : int

    Fields

    Name Description Value
    Grip

    Represents the user's grip on the controller.

    Trigger

    A binary measure of whether the index finger is activating the trigger.

    SecondaryTouch

    The secondary face button being touched on a device.

    SecondaryButton

    The secondary face button being pressed on a device.

    SecondaryAxis2DUp

    Represents an upwards motion on the secondary touchpad or joystick on a device.

    SecondaryAxis2DRight

    Represents a rightwards motion on the secondary touchpad or joystick on a device.

    SecondaryAxis2DLeft

    Represents a leftwards motion on the secondary touchpad or joystick on a device.

    SecondaryAxis2DDown

    Represents a downwards motion on the secondary touchpad or joystick on a device.

    Secondary2DAxisTouch

    Represents the primary 2D axis being touched.

    Secondary2DAxisClick

    Represents the secondary 2D axis being clicked or otherwise depressed.

    PrimaryTouch

    The primary face button being touched on a device.

    PrimaryButton

    The primary face button being pressed on a device, or sole button if only one is available.

    PrimaryAxis2DUp

    Represents an upwards motion on the primary touchpad or joystick on a device.

    PrimaryAxis2DRight

    Represents a rightwards motion on the primary touchpad or joystick on a device.

    PrimaryAxis2DLeft

    Represents a leftwards motion on the primary touchpad or joystick on a device.

    PrimaryAxis2DDown

    Represents a downwards motion on the primary touchpad or joystick on a device.

    Primary2DAxisTouch

    Represents the primary 2D axis being touched.

    Primary2DAxisClick

    Represents the primary 2D axis being clicked or otherwise depressed.

    None

    Represents and invalid button.

    MenuButton

    Represents a menu button, used to pause, go back, or otherwise exit gameplay.

    GripPressed

    A binary measure of whether the device is being gripped.

    GripButton

    A binary measure of whether the device is being gripped.

    TriggerButton

    A binary measure of whether the index finger is activating the trigger.

    TriggerPressed

    A binary measure of whether the index finger is activating the trigger.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, October 27, 2021