|
|
8df04c120f
|
docs: 更新 API 文档 - 多模块修复和完善
- audio: 更新 audio-system 方法文档
- components: 新增 audio-listener/audio-source 组件方法文档,新增 remove-component 方法
- core: 更新 filewriter, types 文档
- math: 更新 box 方法文档
- memory: 更新 proxy-allocator 文档
- resources: 更新 loader 和 texture 文档
- rhi: 更新 opengl 设备、shader、swap-chain 文档
- threading: 更新 mutex 和 task-system 文档
|
2026-03-26 01:58:45 +08:00 |
|
|
|
1326860e5d
|
refactor(docs): fix Audio module documentation links and add missing getter docs
|
2026-03-26 01:54:45 +08:00 |
|
|
|
1f97102f33
|
docs: 更新 audio 和 scene 模块文档
- audio: 更新 i-audio-backend, i-audio-effect, wasapi-backend 方法文档
- scene: 更新 scene.md 模块总览
|
2026-03-26 01:53:04 +08:00 |
|
|
|
fae7362e9f
|
docs: 更新 audio 和 resources 模块文档
- audio: 更新 audio-mixer, equalizer, fft-filter, hrtf, reverbation 方法文档
- resources: 更新资源管理文档
- debug: 新增 renderdoc-capture 文档
|
2026-03-26 01:52:36 +08:00 |
|
|
|
14ffde371e
|
docs: 修复 audio 模块中指向 components 的错误链接
修复 AudioSourceComponent 和 AudioListenerComponent 的文档路径引用
|
2026-03-26 01:51:43 +08:00 |
|
|
|
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 |
|
|
|
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 |
|