mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
- 新增 Timing 纯托管测试宿主入口,支持在 dotnet test 下验证 Godot 协程阶段推进 - 补充 TimingTests,覆盖暂停、segment 路由和阶段等待回归 - 更新 coroutine ai-plan 跟踪与 trace,记录 RP-002 验证结果与后续缺口
GFramework.Godot
GFramework 框架的 Godot 引擎集成模块,提供Godot特定的功能和扩展。
主要功能
- Extensions - Godot节点扩展方法,简化常见开发任务
- Signal - 流畅的信号连接API,支持链式调用
- Storage - Godot文件存储系统,支持虚拟路径
- Settings - Godot设置系统,管理音频和图形设置
依赖关系
- 依赖 GFramework.Core
- 依赖 GFramework.Core.Abstractions
详细文档
参见 docs/zh-CN/godot/ 目录下的详细文档。