We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    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).

    Back to top Generated by DocFX