Attribute¶
Synopsis¶
Static functions¶
def
create
(pos, tupleSize, primitiveType[, isPosition=false])def
createWithAttributeType
(pos, tupleSize, primitiveType, attributeType)
Detailed Description¶
- class PySide2.QtQuick.QSGGeometry.Attribute¶
PySide2.QtQuick.QSGGeometry.Attribute(Attribute)
- Parameters:
Attribute –
PySide2.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:
- static PySide2.QtQuick.QSGGeometry.Attribute.createWithAttributeType(pos, tupleSize, primitiveType, attributeType)¶
- Parameters:
pos – int
tupleSize – int
primitiveType – int
attributeType –
AttributeType
- Return type:
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.