docs: rebuild Rendering API content

This commit is contained in:
2026-03-26 21:32:43 +08:00
parent f6286d432c
commit 5c8042775c
81 changed files with 2350 additions and 27 deletions

View File

@@ -0,0 +1,17 @@
# MeshRendererComponent::GetMaterialPaths
获取当前材质路径数组。
```cpp
const std::vector<std::string>& GetMaterialPaths() const;
```
## 返回值
- 当前缓存的材质路径数组引用。
## 相关文档
- [返回类型总览](MeshRendererComponent.md)
- [Serialize](Serialize.md)
- [Deserialize](Deserialize.md)