Inheritance
System.Object
WMRSpatialController
public class WMRSpatialController : XRControllerWithRumble
Properties
Declaration
public Vector3Control deviceAngularVelocity { get; }
Property Value
Declaration
public Vector3Control devicePosition { get; }
Property Value
Declaration
public QuaternionControl deviceRotation { get; }
Property Value
Declaration
public Vector3Control deviceVelocity { get; }
Property Value
Declaration
public AxisControl grip { get; }
Property Value
Declaration
public ButtonControl gripPressed { get; }
Property Value
Declaration
public ButtonControl isTracked { get; }
Property Value
Declaration
public Vector2Control joystick { get; }
Property Value
Declaration
public ButtonControl joystickClicked { get; }
Property Value
Declaration
public ButtonControl menu { get; }
Property Value
Declaration
public Vector2Control touchpad { get; }
Property Value
Declaration
public ButtonControl touchpadClicked { get; }
Property Value
Declaration
public ButtonControl touchpadTouched { get; }
Property Value
Declaration
public IntegerControl trackingState { get; }
Property Value
Declaration
public AxisControl trigger { get; }
Property Value
Declaration
public ButtonControl triggerPressed { get; }
Property Value
Methods
Declaration
protected override void FinishSetup(InputDeviceBuilder builder)
Parameters
Overrides
Extension Methods