class QAbstractSpriteSheet

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet

Inherited by: QSpriteSheet, QSpriteGrid

Synopsis

Properties

Methods

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

Note

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

property currentIndexᅟ: int
Access functions:
property textureᅟ: QAbstractTexture
Access functions:
property textureTransformᅟ: QMatrix3x3
Access functions:
currentIndex()
Return type:

int

Getter of property currentIndexᅟ .

currentIndexChanged(currentIndex)
Parameters:

currentIndex – int

Notification signal of property currentIndexᅟ .

setCurrentIndex(currentIndex)
Parameters:

currentIndex – int

Setter of property currentIndexᅟ .

setTexture(texture)
Parameters:

textureQAbstractTexture

Setter of property textureᅟ .

texture()
Return type:

QAbstractTexture

Getter of property textureᅟ .

textureChanged(texture)
Parameters:

textureQAbstractTexture

Notification signal of property textureᅟ .

textureTransform()
Return type:

QMatrix3x3

Getter of property textureTransformᅟ .

textureTransformChanged(textureTransform)
Parameters:

textureTransformQMatrix3x3

Notification signal of property textureTransformᅟ .