GeWuYou 6b48c92710 docs: 删除多个核心模块的文档文件
- 移除 architecture 模块的 README 文档
- 移除 command 模块的 README 文档
- 移除 environment 模块的 README 文档
- 移除 events 模块的 README 文档
- 清理框架核心组件的使用说明文档
2026-02-11 12:52:14 +08:00

20 lines
546 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.

# GFramework.Godot
GFramework 框架的 Godot 引擎集成模块提供Godot特定的功能和扩展。
## 主要功能
- **Extensions** - Godot节点扩展方法简化常见开发任务
- **Signal** - 流畅的信号连接API支持链式调用
- **Storage** - Godot文件存储系统支持虚拟路径
- **Settings** - Godot设置系统管理音频和图形设置
## 依赖关系
- 依赖 GFramework.Core
- 依赖 GFramework.Core.Abstractions
## 详细文档
参见 [docs/godot/](../docs/godot/) 目录下的详细文档。