|
BIMHome v1.0.0
BIMHome接口文档说明
|
纹理类 更多...
#include <Material.h>
Public 成员函数 | |
| std::string | getValue () const |
| 获取纹理路径 | |
| bool | operator!= (const Texture &t) const |
| 重载!=运算符,比较两个纹理对象是否不相等 | |
| Texture & | operator= (const Texture &t) |
| 重载=运算符,赋值操作 | |
| bool | operator== (const Texture &t) const |
| 重载==运算符,比较两个纹理对象是否相等 | |
| void | setValue (const std::string &path) |
| 设置纹理路径 | |
| Texture (std::string path="") | |
| ~Texture () | |
Private 属性 | |
| std::string | _texturePath |
| 纹理路径 | |
纹理类
提供纹理路径的设置和获取功能,支持比较和赋值操作。