State
A structure containing information on the current state of the Head Tracking system.
Public Attributes
Confidence
A confidence value (from 0..1) representing the confidence in the current pose estimation.
public readonly float Confidence;
Error
Represents what tracking error (if any) is present.
public readonly TrackingError Error;
Type | Description |
---|---|
readonly TrackingError | A set of possible error conditions that can cause Head Tracking to be less than ideal. |
Mode
What tracking mode the Head Tracking system is currently in.
public readonly TrackingMode Mode;
Type | Description |
---|---|
readonly TrackingMode | A set of possible tracking modes the Head Tracking system can be in. |