PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet¶
- class QAbstractSpriteSheet¶
- 
Inherited by: QSpriteSheet,QSpriteGridSynopsis¶Properties¶Methods¶- def - currentIndex()
- def - texture()
 Slots¶
- def - setTexture()
 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_propertyis 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:
- texture – - QAbstractTexture
 
 Setter of property textureᅟ.- texture()¶
- Return type:
- QAbstractTexture
 
 Getter of property textureᅟ.- textureChanged(texture)¶
- Parameters:
- texture – - QAbstractTexture
 
 Notification signal of property textureᅟ.- textureTransform()¶
- Return type:
 
 Getter of property textureTransformᅟ.- textureTransformChanged(textureTransform)¶
- Parameters:
- textureTransform – - QMatrix3x3
 
 Notification signal of property textureTransformᅟ.