Caching.CleanCache 清除缓存
static function CleanCache () : bool
Description描述
Delete the cache folder associated with this content.
删除这个内容相关的缓存文件夹。
This function is only available when you have a caching lincense.
当你已经有一个缓存许可证时,这个函数才能激活。
Caching.Authorize (name, domain, size, signature);
if (GUILayout.Button("Uninstall Game"))
Caching.CleanCache ();
最后修改:2011年4月5日 Tuesday 9:43