Show / Hide Table of Contents

    Interface ITrackingObserver

    Classes that implement this interface report whether the application's AR/VR Device is tracking its location in the physical world.

    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITrackingObserver

    Properties

    TrackingState

    Returns the tracking state associated with the application's AR/VR Device.

    Declaration
    TrackingState TrackingState { get; }
    Property Value
    Type Description
    TrackingState
    In This Article
    • Properties
      • TrackingState
    Back to top Generated by DocFX