fix(docs): update Material, Mesh, Texture header paths for engine restructure

This commit is contained in:
2026-03-26 01:59:56 +08:00
parent b849e9edc1
commit 92939a85f8
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
**类型**: `class` (inherits from `IResource`)
**头文件**: `XCEngine/Resources/Texture.h`
**头文件**: `XCEngine/Resources/Texture/Texture.h`
**描述**: 纹理资源类,管理 2D/3D 纹理和立方体贴图的像素数据。
@@ -15,7 +15,7 @@
## 头文件
```cpp
#include <XCEngine/Resources/Texture.h>
#include <XCEngine/Resources/Texture/Texture.h>
```
## 枚举类型