The base type of all XR head mounted displays. This can help organize shared behaviour across all HMDs.
public class XRHMD : TrackedDevice
Properties
Declaration
public Vector3Control centerEyePosition { get; }
Property Value
Declaration
public QuaternionControl centerEyeRotation { 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
Methods
Declaration
protected override void FinishSetup()
Overrides
Extension Methods