QAbstractSpriteSheet#

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet

Inherited by: QSpriteSheet, QSpriteGrid

Synopsis#

Properties#

Functions#

Slots#

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 PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet#

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.currentIndex: int#
Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.texture: PySide6.Qt3DRender.Qt3DRender.QAbstractTexture#
Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.textureTransform: PySide6.QtGui.QMatrix3x3#
Access functions:
PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.currentIndex()#
Return type:

int

Getter of property currentIndex .

PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.currentIndexChanged(currentIndex)#
Parameters:

currentIndex – int

Notification signal of property currentIndex .

PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.setCurrentIndex(currentIndex)#
Parameters:

currentIndex – int

Setter of property currentIndex .

PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.setTexture(texture)#
Parameters:

texturePySide6.Qt3DRender.Qt3DRender.QAbstractTexture

Setter of property texture .

PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.texture()#
Return type:

PySide6.Qt3DRender.Qt3DRender.QAbstractTexture

Getter of property texture .

PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.textureChanged(texture)#
Parameters:

texturePySide6.Qt3DRender.Qt3DRender.QAbstractTexture

Notification signal of property texture .

PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.textureTransform()#
Return type:

PySide6.QtGui.QMatrix3x3

Getter of property textureTransform .

PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.textureTransformChanged(textureTransform)#
Parameters:

textureTransformPySide6.QtGui.QMatrix3x3

Notification signal of property textureTransform .