记录一下,来自刘钢老师的讲座《Unity项目架构设计与开发管理》
Manager of Managers
MainManager
- EventManager
- AudioManager
- GUIManager
- PoolManager
- LevelManager
- SaveManager
- MenuManager
StrangeloC
- if you inject something, you have to map it, otherwise, it will result in null pointer errors.
- Injection employs reflection, which is slow.
网友评论