An XR controller powered by Google Daydream.
Inheritance
System.Object
DaydreamController
public class DaydreamController : XRController
Properties
Declaration
public ButtonControl app { get; }
Property Value
Declaration
public Vector3Control deviceAcceleration { 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 ButtonControl home { get; }
Property Value
Declaration
public ButtonControl isTracked { get; }
Property Value
Declaration
public ButtonControl recentered { get; }
Property Value
Declaration
public ButtonControl recentering { 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 ButtonControl volumeDown { get; }
Property Value
Declaration
public ButtonControl volumeUp { get; }
Property Value
Methods
Declaration
protected override void FinishSetup()
Overrides
Extension Methods