class QTextureDataUpdate#

QTextureDataUpdate 包含执行纹理内容部分更新的所需内容和信息。更多信息...

概述#

方法#

注意

此文档可能包含自动从C++转换为Python的片段。我们始终欢迎为片段翻译做出贡献。如果您发现翻译存在问题,您也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。

详细描述#

实际数据内容存储在一个名为 QTextureImageDataPtr 的成员中。其他成员允许指定内容更新的 x、y、z 偏移量,以及可能的层、mip级别和面。

另请参见

QAbstractTexture

__init__(other)#
参数:

otherQTextureDataUpdate

__init__()
data()#
返回类型:

QSharedPointer

face()#
返回类型:

CubeMapFace

layer()#
返回类型:

int

mipLevel()#
返回类型:

int

__ne__(rhs)#
参数:

rhsQTextureDataUpdate

返回类型:

bool

__eq__(rhs)#
参数:

rhsQTextureDataUpdate

返回类型:

bool

setData(data)#
参数:

dataQSharedPointer

setFace(face)#
参数:

faceCubeMapFace

setLayer(layer)#
参数:

layer – int

setMipLevel(mipLevel)#
参数:

mipLevel – int

setX(x)#
参数:

x – int

setY(y)#
参数:

y – int

setZ(z)#
参数:

z – 整数

swap(other)#
参数:

otherQTextureDataUpdate

x()#
返回类型:

int

y()#
返回类型:

int

z()#
返回类型:

int