mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
- 实现 SignalBuilder 类用于流畅方式连接 Godot 信号 - 提供 WithFlags 方法设置连接标志 - 提供 To 方法将信号连接到指定处理方法 - 添加 SignalFluentExtensions 扩展方法提供流畅API - 支持通过扩展方法创建信号构建器实例