Пример #1
0
 public Object GetSingleRes(string bundleKey, string resName)
 {
     if (allBundleDir.ContainsKey(bundleKey))
     {
         return(abManager.GetSingleRes(allBundleDir[bundleKey], resName));
     }
     else
     {
         Debug.Log("Dont have Bundle  bundleKey = " + bundleKey);
         return(null);
     }
 }