IAlignmentManager.UnregisterForLoad(PostAlignmentLoadedDelegate) Method

Definition

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

del
PostAlignmentLoadedDelegate

Delegate to remove from notifications.

Applies to