docs: update resources API docs

This commit is contained in:
2026-03-20 02:35:35 +08:00
parent fd792b7df1
commit ea756c0177
314 changed files with 9439 additions and 1360 deletions

View File

@@ -0,0 +1,31 @@
# Mesh::Mesh
```cpp
Mesh();
```
构造一个新的 Mesh 实例。初始化所有成员变量为默认值,顶点计数、索引计数均为 0不持有任何数据。
**参数:**
**返回:**
**异常:**
**线程安全:**
**复杂度:** O(1)
**示例:**
```cpp
#include "XCEngine/Resources/Mesh.h"
using namespace XCEngine::Resources;
Mesh mesh;
```
## 相关文档
- [类总览](mesh.md) - 返回类总览