Unity3D圣典3.3版本-中文版
文集大纲加载中……
本文档使用 MrDoc 发布
-
+
首页
Caching.enabled 启用
# [Caching](Caching.html).enabled 启用 static var *enabled* : bool *Description* 描述 Is caching enabled? 缓存是否启用? The user has the option to completely disable caching in Unity, by right clicking on the content, and selecting "Setup...". If caching is disabled, all caching functions will fail, and you either have to load your content with the normal WWW class, or display an error and refuse to run. By default, caching is enabled. 在 Unity,用户可以选择完全禁用缓存。通过在内容上右键点击并选择“Setup...”。如果缓存被禁用,所有缓存功能将失败,并且可能已经载入带有标准 WWW 类的内容,或显示错误并拒绝执行。默认,缓存是开启的。 ``` if (!Caching.enabled) GUILayout.Label ("Please turn on caching to run this game."); ```
da
2022年5月17日 13:19
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
关于 MrDoc
觅思文档MrDoc
是
州的先生
开发并开源的在线文档系统,其适合作为个人和小型团队的云笔记、文档和知识库管理工具。
如果觅思文档给你或你的团队带来了帮助,欢迎对作者进行一些打赏捐助,这将有力支持作者持续投入精力更新和维护觅思文档,感谢你的捐助!
>>>捐助鸣谢列表
微信
支付宝
QQ
PayPal
Markdown文件
分享
链接
类型
密码
更新密码