A head-mounted display powered by Google Daydream.
Inheritance
System.Object
DaydreamHMD
public class DaydreamHMD : XRHMD
Properties
Declaration
public Vector3Control centerEyePosition { get; }
Property Value
Declaration
public QuaternionControl centerEyeRotation { 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 Vector3Control leftEyePosition { get; }
Property Value
Declaration
public QuaternionControl leftEyeRotation { get; }
Property Value
Declaration
public Vector3Control rightEyePosition { get; }
Property Value
Declaration
public QuaternionControl rightEyeRotation { get; }
Property Value
Declaration
public IntegerControl trackingState { get; }
Property Value
Methods
Declaration
protected override void FinishSetup()
Overrides
Extension Methods