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 类总览方法列表
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
| 模块 | 文档目录 | 描述 |
|
||||
|------|----------|------|
|
||||
| **RHI** | [rhi/](rhi/rhi.md) | 渲染硬件接口抽象层 |
|
||||
| **D3D12** | [rhi/d3d12/](rhi/opengl/overview.md) | DirectX 12 后端实现 |
|
||||
| **OpenGL** | [rhi/opengl/](rhi/opengl/overview.md) | OpenGL 后端实现 |
|
||||
| **D3D12** | [rhi/d3d12/](rhi/d3d12/d3d12.md) | DirectX 12 后端实现 |
|
||||
| **OpenGL** | [rhi/opengl/](rhi/opengl/opengl.md) | OpenGL 后端实现 |
|
||||
| **Containers** | [containers/](containers/containers.md) | 容器数据结构 |
|
||||
| **Memory** | [memory/](memory/memory.md) | 内存管理 |
|
||||
| **Threading** | [threading/](threading/threading.md) | 多线程和任务系统 |
|
||||
|
||||
Reference in New Issue
Block a user