Enum InputHelpers.Axis2D
A list of 2D axis inputs that can be bound to.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum InputHelpers.Axis2D
Fields
Name | Description |
---|---|
None | Represents an invalid 2D axis. |
PrimaryAxis2D | Represents the primary touchpad or joystick on a device. |
SecondaryAxis2D | Represents the secondary touchpad or joystick on a device. |