Esempio n. 1
0
 public static IResOpeartion AsyncLoadBundle(string _bundle, OnLoadBundleFinishDelegate _finish)
 {
     if (null == resLoaderImpl)
     {
         Log.Error("ResBundle", "resLoaderImpl is null");
         return(null);
     }
     return(resLoaderImpl.AsyncLoadBundle(_bundle, _finish));
 }