Enum ControllerButton
Button indices for buttons
Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs.Simulation
Syntax
public enum ControllerButton
Fields
Name | Description | Value |
---|---|---|
GripButton | A binary measure of whether the device is being gripped. |
|
MenuButton | Represents a menu button, used to pause, go back, or otherwise exit gameplay. |
|
Primary2DAxisClick | Represents the primary 2D axis being clicked or otherwise depressed. |
|
Primary2DAxisTouch | Represents the primary 2D axis being touched. |
|
PrimaryButton | The primary face button being pressed on a device, or sole button if only one is available. |
|
PrimaryTouch | The primary face button being touched on a device. |
|
Secondary2DAxisClick | Represents the secondary 2D axis being clicked or otherwise depressed. |
|
Secondary2DAxisTouch | Represents the secondary 2D axis being touched. |
|
SecondaryButton | The secondary face button being pressed on a device. |
|
SecondaryTouch | The secondary face button being touched on a device. |
|
TriggerButton | A binary measure of whether the index finger is activating the trigger. |
|
UserPresence | Indicates whether the user is present and interacting with the device. |