docs: 更新 resources, rhi, scene 模块及新增 camera-component 方法文档

- resources: 更新 asyncloader, audioclip, mesh-import-settings, texture-loader 文档
- rhi: 更新 opengl render-target-view 文档
- components: 新增 camera-component 全部方法文档 (15个文件)
This commit is contained in:
2026-03-26 02:00:45 +08:00
parent f778c76325
commit a1804f4cb0
72 changed files with 738 additions and 131 deletions

View File

@@ -4,7 +4,7 @@
**类型**: `class`
**头文件**: `XCEngine/Resources/FileArchive.h`
**头文件**: `XCEngine/Core/IO/FileArchive.h`
**继承自**: `IArchive`
@@ -39,7 +39,7 @@ IArchive
## 使用示例
```cpp
#include <XCEngine/Resources/FileArchive.h>
#include <XCEngine/Core/IO/FileArchive.h>
// 创建并打开归档
FileArchive archive;
@@ -71,5 +71,5 @@ if (archive.Open("resources/textures/")) {
## 相关文档
- [Resources 模块总览](../resources.md) - 返回模块总览
- [IArchive](../resourcefilesystem/resourcefilesystem.md) - 归档接口定义
- [ResourceFileSystem](../resourcefilesystem/resourcefilesystem.md) - 资源文件系统
- [IArchive](../resource-file-system/iarchive.md) - 归档接口定义
- [ResourceFileSystem](../resource-file-system/index.md) - 资源文件系统