Attribute

Inheritance diagram of PySide2.QtQuick.QSGGeometry.Attribute

Synopsis

Static functions

Detailed Description

class PySide2.QtQuick.QSGGeometry.Attribute

PySide2.QtQuick.QSGGeometry.Attribute(Attribute)

Parameters:

AttributePySide2.QtQuick.QSGGeometry.Attribute

PySide2.QtQuick.QSGGeometry.Attribute.position
PySide2.QtQuick.QSGGeometry.Attribute.tupleSize
PySide2.QtQuick.QSGGeometry.Attribute.type
PySide2.QtQuick.QSGGeometry.Attribute.isVertexCoordinate
PySide2.QtQuick.QSGGeometry.Attribute.attributeType
PySide2.QtQuick.QSGGeometry.Attribute.reserved
static PySide2.QtQuick.QSGGeometry.Attribute.create(pos, tupleSize, primitiveType[, isPosition=false])
Parameters:
  • pos – int

  • tupleSize – int

  • primitiveType – int

  • isPosition – bool

Return type:

PySide2.QtQuick.QSGGeometry.Attribute

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

  • tupleSize – int

  • primitiveType – int

  • attributeTypeAttributeType

Return type:

PySide2.QtQuick.QSGGeometry.Attribute