Exemple #1
0
 public static void GetAsync(WorldAnchorStore.GetAsyncDelegate onCompleted)
 {
     if (WorldAnchorStore.s_Instance != null)
     {
         onCompleted(WorldAnchorStore.s_Instance);
     }
     else
     {
         WorldAnchorStore.GetAsync_Internal(onCompleted);
     }
 }