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,20 @@
# MeshRendererComponent::GetCastShadows
获取投射阴影标志。
```cpp
bool GetCastShadows() const;
```
## 返回值
- 当前 `m_castShadows` 值。
## 当前实现说明
- 当前渲染路径还没有真正消费这个标志。
## 相关文档
- [返回类型总览](MeshRendererComponent.md)
- [SetCastShadows](SetCastShadows.md)