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

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。