XRAnchorStore.TryReloadAnchorStoreAsync Method

Definition

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.

Applies to