AnchorManager(IPlugin, IHeadPoseTracker) Constructor
Definition
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.
Set up an anchor manager.
public AnchorManager (Microsoft.MixedReality.WorldLocking.Core.IPlugin plugin, Microsoft.MixedReality.WorldLocking.Core.IHeadPoseTracker headTracker);
new Microsoft.MixedReality.WorldLocking.Core.AnchorManager : Microsoft.MixedReality.WorldLocking.Core.IPlugin * Microsoft.MixedReality.WorldLocking.Core.IHeadPoseTracker -> Microsoft.MixedReality.WorldLocking.Core.AnchorManager
Public Sub New (plugin As IPlugin, headTracker As IHeadPoseTracker)
Parameters
- plugin
- IPlugin
The engine interface to update with the current anchor graph.
- headTracker
- IHeadPoseTracker