ClearCache() public static method

public static ClearCache ( ) : void
return void
示例#1
0
 public void End()
 {
     AssetBundleUtils.SaveCache();
     //AssetBundleUtils.SaveResourceIndexInfo();
     AssetBundleUtils.ClearCache();
     EditorUtility.ClearProgressBar();
 }
示例#2
0
 public void End()
 {
     AssetBundleUtils.SaveCache();
     AssetBundleUtils.ClearCache();
     EditorUtility.ClearProgressBar();
 }