AlignmentManager.RegisterForLoad(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.
Register for notification after any successful loads.
public void RegisterForLoad (Microsoft.MixedReality.WorldLocking.Core.PostAlignmentLoadedDelegate del);
abstract member RegisterForLoad : Microsoft.MixedReality.WorldLocking.Core.PostAlignmentLoadedDelegate -> unit
override this.RegisterForLoad : Microsoft.MixedReality.WorldLocking.Core.PostAlignmentLoadedDelegate -> unit
Public Sub RegisterForLoad (del As PostAlignmentLoadedDelegate)
Parameters
Delegate to call after successful load.
Implements
Remarks
Registration holds until a corresponding call to UnregisterForLoad(PostAlignmentLoadedDelegate).