Enum XRDeviceSimulator.Axis2DTargets
The target device control(s) to update from input.
Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs.Simulation
Syntax
public enum Axis2DTargets : int
Remarks
Fields
| Name | Description | Value |
|---|---|---|
| None | Do not update device state from input. |
|
| Position | Update device position from input. |
|
| Primary2DAxis | Update the primary touchpad or joystick on a controller device from input. |
|
| Secondary2DAxis | Update the secondary touchpad or joystick on a controller device from input. |