예제 #1
0
 public bool TryGetInfo(string key, out AssetBundleInfo info)
 {
     return(TryGetInfo(new IgnoreCaseString(key), out info));
 }