An Oculus VR headset (such as the Oculus Rift series of devices).
Inheritance
System.Object
OculusHMD
public class OculusHMD : 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