docs: update README.md and fix components module docs
- Update README.md project structure docs/api section - Add missing audio/, components/, scene/ directories - Reorder alphabetically - Update Components test count from 2+ to 3 - Expand documentation section with module listings - Remove incomplete audio-source and audio-listener component docs from components.md (referenced 30+ and 16+ non-existent method docs)
This commit is contained in:
29
docs/api/resources/material-loader/methods/constructor.md
Normal file
29
docs/api/resources/material-loader/methods/constructor.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# MaterialLoader::MaterialLoader
|
||||
|
||||
## 方法签名
|
||||
|
||||
```cpp
|
||||
MaterialLoader();
|
||||
```
|
||||
|
||||
## 详细描述
|
||||
|
||||
`MaterialLoader` 类的默认构造函数,使用默认方式构造一个 `MaterialLoader` 实例。
|
||||
|
||||
## 参数
|
||||
|
||||
无
|
||||
|
||||
## 返回值
|
||||
|
||||
无
|
||||
|
||||
## 示例
|
||||
|
||||
```cpp
|
||||
#include "Resources/MaterialLoader.h"
|
||||
|
||||
using namespace XCEngine::Resources;
|
||||
|
||||
MaterialLoader loader;
|
||||
```
|
||||
Reference in New Issue
Block a user