Microsoft.MixedReality.Toolkit.Extensions.Tracking Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
BasicLostTrackingVisual |
A basic lost tracking visual for HoloLens devices. |
LostTrackingService |
A service that detects when tracking is lost on WSA devices. When tracking is lost, the service displays a visual indicator and sets the main camera's culling mask to hide all other objects. When tracking is restored, the camera mask is restored and the visual indicator is hidden. |
LostTrackingServiceProfile |
The profile definition for an ILostTrackingService. |
Interfaces
ILostTrackingService |
A service that detects when tracking is lost on WSA devices. When tracking is lost, the service displays a visual indicator and sets the main camera's culling mask to hide all other objects. When tracking is restored, the camera mask is restored and the visual indicator is hidden. |
ILostTrackingVisual |
Interface for a lost tracking visual. Used by the ILostTrackingService extension. |