Class CompositorWorldAnchorLocalizationManager
Component responsible for requesting localization of shared coordinates on devices
connected to the compositor. Shared coordinates are persisted using
the World
Inheritance
CompositorWorldAnchorLocalizationManager
Inherited Members
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public class CompositorWorldAnchorLocalizationManager : Singleton<CompositorWorldAnchorLocalizationManager>
Methods
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
Microsoft.MixedReality.SpectatorView.Singleton<Microsoft.MixedReality.SpectatorView.CompositorWorldAnchorLocalizationManager>.OnDestroy()
RunRemoteLocalizationWithWorldAnchorPersistence(SpatialCoordinateSystemParticipant, Guid, ISpatialLocalizationSettings)
Runs a localization session on the specific Spatial
Declaration
public void RunRemoteLocalizationWithWorldAnchorPersistence(SpatialCoordinateSystemParticipant participant, Guid spatialLocalizerId, ISpatialLocalizationSettings settings)
Parameters
Type | Name | Description |
---|---|---|
Spatial |
participant | The participant to use to initiate the remote localization sessions. |
Guid | spatialLocalizerId | The ID of the ISpatial |
ISpatial |
settings | The settings to pass to the remote localizer. |