f5a34f8adc
docs: 重构 API 文档 - components 和 scene 模块
...
- components: 修复英文标题为中文,添加缺失组件文档
- 新增 camera-component, light-component, audio-source-component, audio-listener-component 类总览
- 修复 get-position.md 格式
- 更新 components.md 模块总览
- scene: 修复方法文档格式,新增缺失方法
- 修复 find.md, create-game-object.md 英文标题
- 新增 FindByID, SerializeToString, DeserializeFromString 方法文档
- 更新 scene.md 类总览方法列表
2026-03-26 01:50:27 +08:00
750ac95951
docs: update README.md and fix components module docs
...
- Update README.md project structure docs/api section
- Add missing audio/, components/, scene/ directories
- Reorder alphabetically
- Update Components test count from 2+ to 3
- Expand documentation section with module listings
- Remove incomplete audio-source and audio-listener component docs
from components.md (referenced 30+ and 16+ non-existent method docs)
2026-03-22 13:28:14 +08:00
a9d5a68dd6
docs: Add Component, GameObject, TransformComponent and Scene API documentation
...
- Add Component class documentation with lifecycle methods
- Add GameObject class documentation with component system
- Add TransformComponent documentation with transform methods
- Add Scene class documentation with GameObject management
- Add SceneManager singleton documentation with scene loading
- Update components.md overview with all component classes
- Update main.md navigation with Scene module
2026-03-22 03:33:55 +08:00
161a0896d5
docs: 添加 Audio 模块和 Components 模块 API 文档
...
- 新增 Audio 模块文档 (54 个文件)
- AudioSystem 单例类及 20 个方法页
- AudioMixer 混音器类及 11 个方法页
- IAudioBackend、IAudioEffect 接口
- FFTFilter、Reverbation、Equalizer、HRTF 效果类
- WASAPIBackend Windows 后端
- AudioConfig、Audio3DParams 等结构体
- 9 个枚举类型文档
- 新增 Components 模块文档 (3 个文件)
- AudioSourceComponent 音频源组件
- AudioListenerComponent 音频监听器组件
- 更新 docs/api/main.md 添加模块导航
2026-03-22 01:56:16 +08:00