docs: sync mesh renderer component docs

This commit is contained in:
2026-04-03 11:50:13 +08:00
parent 6636834b35
commit 2138195b69
13 changed files with 324 additions and 84 deletions

View File

@@ -10,6 +10,11 @@ size_t GetMaterialCount() const;
- 当前 `m_materials.size()`
## 当前实现说明
- 它表示“材质槽数量”,不是“成功加载的材质数量”。
- 反序列化保留下来的空槽位和尾部空槽位也会计入这个数量。
## 相关文档
- [返回类型总览](MeshRendererComponent.md)