QSGSimpleTextureNode¶
- PyQt5.QtQuick.QSGSimpleTextureNode
Inherits from QSGGeometryNode.
Description¶
TODO
Enums¶
- TextureCoordinatesTransformFlag
TODO
Member
Value
Description
MirrorHorizontally TODO
TODO
MirrorVertically TODO
TODO
NoTransform TODO
TODO
Methods¶
- __init__()
TODO
- filtering() → Filtering
TODO
- ownsTexture() → bool
TODO
- rect() → QRectF
TODO
- setFiltering(Filtering)
TODO
- setOwnsTexture(bool)
TODO
- setRect(QRectF)
TODO
- setRect(float, float, float, float)
TODO
- setSourceRect(QRectF)
TODO
- setSourceRect(float, float, float, float)
TODO
- setTexture(QSGTexture)
TODO
- setTextureCoordinatesTransform(Union[TextureCoordinatesTransformMode, TextureCoordinatesTransformFlag])
TODO
- sourceRect() → QRectF
TODO
- texture() → QSGTexture
TODO
- textureCoordinatesTransform() → TextureCoordinatesTransformMode
TODO