HKFramwork/框架分析.md

29 lines
490 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 整体框架分为:底层框架、功能模块、定制内容。
## 底层框架:
### 事件系统EventManager
### UI系统UIManager
### 日志系统Log
### 网络系统NetManager
### 持久化数据PlayerPrefs
### 资源管理ResourcesManager
### 帮助类Helper
### 对象池PoolManager
### 流程ProduceManager
## 功能模块
## 定制内容
定制内容为每个程序独立的内容,不应该在框架内部