IAlignmentManager.Load Method

Definition

Load all persisted state required for reconstructing the current pinning.

public bool Load ();
abstract member Load : unit -> bool
Public Function Load () As Boolean

Returns

True if loaded.

Remarks

The state required for reconstructing the pinning is loaded, but the reconstruction does not occur. Rather, the PostAlignmentLoadedDelegate is triggered, to prompt external actors to use the RestoreAlignmentAnchor(String, Pose) API to effect the reconstruction. ๐Ÿ‘

Applies to