Inheritance
System.Object
GearVRTrackedController
public class GearVRTrackedController : XRController
Properties
Declaration
public ButtonControl back { get; }
Property Value
Declaration
public Vector3Control deviceAcceleration { get; }
Property Value
Declaration
public Vector3Control deviceAngularAcceleration { get; }
Property Value
Declaration
public Vector3Control deviceAngularVelocity { get; }
Property Value
Declaration
public Vector3Control devicePosition { get; }
Property Value
Declaration
public QuaternionControl deviceRotation { get; }
Property Value
Declaration
public ButtonControl isTracked { 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()
Overrides
Extension Methods