XRAnchorStore.TryReloadAnchorStoreAsync 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.
This method will reload the anchor store. Use this if the head tracking map or anchors changed from outside the application.
public System.Threading.Tasks.Task<bool> TryReloadAnchorStoreAsync ();
member this.TryReloadAnchorStoreAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function TryReloadAnchorStoreAsync () As Task(Of Boolean)
Returns
True if the the reload succeeded, False if an error occurred.
Remarks
All anchors must be removed from the scene prior to this call.