Attribute#

Inheritance diagram of PySide6.QtQuick.QSGGeometry.Attribute

Synopsis#

Static functions#

Detailed Description#

class PySide6.QtQuick.QSGGeometry.Attribute#

PySide6.QtQuick.QSGGeometry.Attribute(Attribute)

Parameters

AttributePySide6.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

PySide6.QtQuick.QSGGeometry.Attribute

static PySide6.QtQuick.QSGGeometry.Attribute.createWithAttributeType(pos, tupleSize, primitiveType, attributeType)#
Parameters
  • pos – int

  • tupleSize – int

  • primitiveType – int

  • attributeTypeAttributeType

Return type

PySide6.QtQuick.QSGGeometry.Attribute