AlignmentManager(WorldLockingManager) 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.
Constructor, binds to a specific WorldLockingManager. Also registers for scene loading events.
public AlignmentManager (Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager manager);
new Microsoft.MixedReality.WorldLocking.Core.AlignmentManager : Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager -> Microsoft.MixedReality.WorldLocking.Core.AlignmentManager
Public Sub New (manager As WorldLockingManager)
Parameters
- manager
- WorldLockingManager
WorldLocking manager which owns this sub-manager.