IAlignmentManager.UnregisterForLoad(PostAlignmentLoadedDelegate) Method
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.
Unregister for notification that pin data has finished loaded and is available.
public void UnregisterForLoad (Microsoft.MixedReality.WorldLocking.Core.PostAlignmentLoadedDelegate del);
abstract member UnregisterForLoad : Microsoft.MixedReality.WorldLocking.Core.PostAlignmentLoadedDelegate -> unit
Public Sub UnregisterForLoad (del As PostAlignmentLoadedDelegate)
Parameters
Delegate to remove from notifications.