TrackingState Enum

Definition

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.

public enum class TrackingState
public enum TrackingState
type TrackingState = 
Public Enum TrackingState
Inheritance
TrackingState

Fields

NotApplicable 0

The device does not support tracking (ex: a traditional game controller).

NotTracked 1

The device is not tracked.

Tracked 2

The device is tracked (positionally and/or rotationally).

Remarks

Tracking is being defined as receiving sensor (positional and/or rotational) data from the device.

Applies to