Class TrackingObserver
Inheritance
TrackingObserver
Implements
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public abstract class TrackingObserver : MonoBehaviour, ITrackingObserver
Properties
TrackingState
Returns the tracking state associated with the application's AR/VR Device.
Declaration
public virtual TrackingState TrackingState { get; }
Property Value
Type | Description |
---|---|
Tracking |
Methods
OnDestroy()
Declaration
protected virtual void OnDestroy()
Start()
Declaration
protected virtual void Start()