mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-29 10:25:48 +00:00
模块拆分
This commit is contained in:
31
README.md
31
README.md
@@ -40,21 +40,22 @@ npm set registry https://npm.aliyun.com
|
||||
|
||||
2. [项目配置](./docs/Basic.md)
|
||||
3. [UI模块](./docs/UI.md)
|
||||
4. [实体组件模块](./docs/EC.md)
|
||||
5. [网络模块](./docs/HTTP.md)
|
||||
6. [四叉树](./docs/QuadTree.md)
|
||||
7. [行为树](./docs/BehaviorTree.md)
|
||||
8. [资源管理](./docs/Asset.md)
|
||||
9. [条件显示节点 (一般用于UI上的红点)](./docs/Condition.md)
|
||||
10. [全局事件](./docs/Event.md)
|
||||
11. [全局计时器](./docs/Timer.md)
|
||||
12. [平台工具](./docs/Platform.md)
|
||||
13. [屏幕尺寸](./docs/Screen.md)
|
||||
14. [小工具](./docs/Tools.md)
|
||||
15. [时间](./docs/Time.md)
|
||||
16. [socket网络模块](./docs/Socket.md)
|
||||
17. [小游戏接口封装](./docs/MiniGame.md)
|
||||
18. [热更新](./docs/HotUpdate.md)
|
||||
4. [ec模块](https://github.com/Gongxh0901/kunpo-ec)
|
||||
5. [ecs模块](https://github.com/Gongxh0901/kunpo-esc)
|
||||
6. [网络模块](./docs/HTTP.md)
|
||||
7. [四叉树](https://github.com/Gongxh0901/kunpo-quadtree)
|
||||
8. [行为树](https://github.com/Gongxh0901/kunpocc-behaviortree)
|
||||
9. [资源管理](https://github.com/Gongxh0901/kunpocc-assets)
|
||||
10. [条件显示节点 (一般用于UI上的红点)](./docs/Condition.md)
|
||||
11. [全局事件](./docs/Event.md)
|
||||
12. [全局计时器](./docs/Timer.md)
|
||||
13. [平台工具](./docs/Platform.md)
|
||||
14. [屏幕尺寸](./docs/Screen.md)
|
||||
15. [小工具](./docs/Tools.md)
|
||||
16. [时间](./docs/Time.md)
|
||||
17. [socket网络模块](./docs/Socket.md)
|
||||
18. [小游戏接口封装](./docs/MiniGame.md)
|
||||
19. [热更新](./docs/HotUpdate.md)
|
||||
## 类型支持
|
||||
|
||||
该库完全使用 TypeScript 编写,提供完整的类型定义文件。
|
||||
|
||||
Reference in New Issue
Block a user