Esempio n. 1
0
 public Object[] GetMultRes(string bundleKey, string resName)
 {
     if (allBundleDir.ContainsKey(bundleKey))
     {
         return(abManager.GetMultRes(allBundleDir[bundleKey], resName));
     }
     else
     {
         Debug.Log("Dont have Bundle  bundleKey = " + bundleKey);
         return(null);
     }
 }