예제 #1
0
 public static Loader Load(string path, BKAction <string> onComplete = null, bool cache = false)
 {
     return(impl.Load(path, onComplete, cache));
 }