Example #1
0
 public static bool AssetCacheExisted(string AssetPath)
 {
     return(Loader_.AssetCacheExisted(AssetPath));
 }