Caching.Authorize 授权

static function Authorize (name : string, domain : string, size : long, signature : string) : bool

Parameters参数

Description描述

Authorize this unity content to use caching.

授权这个Unity内容使用缓存。

If you have a caching license, call this function at startup with the parameters given to you by Unity Technologies to enable it. Starting with Unity 3.2, unlicensed content will still be able to make use of the Caching functionality, but it will use a 50 MB cache folder shared with all other unlicensed content.

如果你有一个缓存许可证,在启动时调用这个函数,带有给定参数通过Unity技术来启用它。在Unity 3.2,无许可证的内容仍然可以使用缓存功能,但是所有无许可证的内容将使用50MB的共享文件夹。

• static function Authorize (name : string, domain : string, size : long, expiration : int, signature : string) : bool

 

最后修改:2011年4月5日 Tuesday 9:38

本脚本参考基于Unity 3.4.1f5

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