예제 #1
0
 public bool IsLoadingFinish(string bundleKey)
 {
     if (allBundleDir.ContainsKey(bundleKey))
     {
         return(abManager.IsLoadFinishBundle(allBundleDir[bundleKey]));
     }
     else
     {
         Debug.Log("Dont contain Bundle  bundleKey = " + bundleKey);
         return(false);
     }
 }