Enum TrackingState
The Tracking State defines how a device is currently being tracked. This enables developers to be able to handle non-tracked situations and react accordingly.
Namespace: Microsoft.MixedReality.Toolkit
Assembly: cs.temp.dll.dll
Syntax
public enum TrackingState
  Remarks
Tracking is being defined as receiving sensor (positional and/or rotational) data from the device.
Fields
| Name | Description | 
|---|---|
| NotApplicable | The device does not support tracking (ex: a traditional game controller).  | 
      
| NotTracked | The device is not tracked.  | 
      
| Tracked | The device is tracked (positionally and/or rotationally).  |