class QQuick3DTextureData#

Inheritance diagram of PySide6.QtQuick3D.QQuick3DTextureData

Synopsis#

Methods#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class QmlIsUncreatable#
class Format#
__init__([parent=None])#
Parameters:

parentQQuick3DObject

depth()#
Return type:

int

format()#
Return type:

Format

hasTransparency()#
Return type:

bool

setDepth(depth)#
Parameters:

depth – int

setFormat(format)#
Parameters:

formatFormat

setHasTransparency(hasTransparency)#
Parameters:

hasTransparency – bool

setSize(size)#
Parameters:

sizeQSize

setTextureData(data)#
Parameters:

dataQByteArray

size()#
Return type:

QSize

textureData()#
Return type:

QByteArray

textureDataNodeDirty()#