Attribute#
Synopsis#
Static functions#
def
create
(pos, tupleSize, primitiveType[, isPosition=false])def
createWithAttributeType
(pos, tupleSize, primitiveType, attributeType)
Detailed Description#
- class PySide6.QtQuick.QSGGeometry.Attribute#
PySide6.QtQuick.QSGGeometry.Attribute(Attribute)
- Parameters
Attribute –
PySide6.QtQuick.QSGGeometry.Attribute
- PySide6.QtQuick.QSGGeometry.Attribute.position#
- PySide6.QtQuick.QSGGeometry.Attribute.tupleSize#
- PySide6.QtQuick.QSGGeometry.Attribute.type#
- PySide6.QtQuick.QSGGeometry.Attribute.isVertexCoordinate#
- PySide6.QtQuick.QSGGeometry.Attribute.attributeType#
- PySide6.QtQuick.QSGGeometry.Attribute.reserved#
- static PySide6.QtQuick.QSGGeometry.Attribute.create(pos, tupleSize, primitiveType[, isPosition=false])#
- Parameters
pos – int
tupleSize – int
primitiveType – int
isPosition – bool
- Return type
- static PySide6.QtQuick.QSGGeometry.Attribute.createWithAttributeType(pos, tupleSize, primitiveType, attributeType)#
- Parameters
pos – int
tupleSize – int
primitiveType – int
attributeType –
AttributeType
- Return type