QQuick3DTextureData#
Synopsis#
Functions#
def
depth
()def
format
()def
hasTransparency
()def
setDepth
(depth)def
setFormat
(format)def
setHasTransparency
(hasTransparency)def
setSize
(size)def
setTextureData
(data)def
size
()def
textureData
()
Signals#
def
textureDataNodeDirty
()
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 PySide6.QtQuick3D.QQuick3DTextureData([parent=None])#
- Parameters:
parent –
PySide6.QtQuick3D.QQuick3DObject
- PySide6.QtQuick3D.QQuick3DTextureData.QmlIsUncreatable#
- PySide6.QtQuick3D.QQuick3DTextureData.Format#
- PySide6.QtQuick3D.QQuick3DTextureData.depth()#
- Return type:
int
- PySide6.QtQuick3D.QQuick3DTextureData.hasTransparency()#
- Return type:
bool
- PySide6.QtQuick3D.QQuick3DTextureData.setDepth(depth)#
- Parameters:
depth – int
- PySide6.QtQuick3D.QQuick3DTextureData.setHasTransparency(hasTransparency)#
- Parameters:
hasTransparency – bool
- PySide6.QtQuick3D.QQuick3DTextureData.setSize(size)#
- Parameters:
size –
PySide6.QtCore.QSize
- PySide6.QtQuick3D.QQuick3DTextureData.setTextureData(data)#
- Parameters:
data –
PySide6.QtCore.QByteArray
- PySide6.QtQuick3D.QQuick3DTextureData.size()#
- Return type:
- PySide6.QtQuick3D.QQuick3DTextureData.textureData()#
- Return type:
- PySide6.QtQuick3D.QQuick3DTextureData.textureDataNodeDirty()#