就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 5.12.12
Qt 3D
C++ 类
QAbstractSpriteSheet
内容
特性
详细描述
QAbstractSpriteSheet Class
(
Qt3DExtras::QAbstractSpriteSheet
)
继承:
Qt3DCore::QNode
所有成员列表,包括继承成员
特性
texture
: Qt3DRender::QAbstractTexture*
3 特性继承自
Qt3DCore::QNode
额外继承成员
11 公共函数继承自
Qt3DCore::QNode
1 信号继承自
Qt3DCore::QNode
2 保护函数继承自
Qt3DCore::QNode
特性文档编制
texture
:
Qt3DRender::QAbstractTexture
*
Holds the current texture used by the material.
访问函数:
Qt3DRender::QAbstractTexture *
texture
() const
void
setTexture
(Qt3DRender::QAbstractTexture *
texture
)
通知程序信号:
void
textureChanged
(Qt3DRender::QAbstractTexture *
texture
)