A Valve Knuckles VR controller.
Inheritance
System.Object
KnucklesController
public class KnucklesController : 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 ButtonControl primaryButton { get; }
Property Value
Declaration
public IntegerControl trackingState { get; }
Property Value
Declaration
public Vector2Control trackpad { get; }
Property Value
Declaration
public ButtonControl trackpadPressed { get; }
Property Value
Declaration
public ButtonControl trackpadTouched { get; }
Property Value
Declaration
public AxisControl trigger { get; }
Property Value
Declaration
public ButtonControl triggerPressed { get; }
Property Value
Methods
Declaration
protected override void FinishSetup()
Overrides
Extension Methods