Files
CMAssetsManage/README.md
2020-01-12 13:45:25 +08:00

12 lines
528 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CMAssetsManage
CM资源管理模块
负责对资产的管理和加载
资产的来源包括但不限于文件系统、随机生产、压缩包、网络。。。。等等
同时支持以下特性:
1.自动更新: 比如从网络下载的资源,在超时后会自动先从服务器下载文件时间戳信息,以保证是最新的。
2.自动转换: 比如为了节省流量服务器只提供图片的BPG格式下载后自动根据本机GPU和配置转换成最适合的格式。