docs: update resources API docs
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# MaterialLoader::~MaterialLoader
|
||||
|
||||
## 方法签名
|
||||
|
||||
```cpp
|
||||
virtual ~MaterialLoader() override;
|
||||
```
|
||||
|
||||
## 详细描述
|
||||
|
||||
`MaterialLoader` 类的析构函数,用于清理 `MaterialLoader` 实例占用的资源。当前实现为默认析构函数。
|
||||
|
||||
## 参数
|
||||
|
||||
无
|
||||
|
||||
## 返回值
|
||||
|
||||
无
|
||||
|
||||
## 示例
|
||||
|
||||
```cpp
|
||||
{
|
||||
MaterialLoader loader;
|
||||
// 使用 loader...
|
||||
} // loader 在此自动销毁
|
||||
```
|
||||
Reference in New Issue
Block a user