Uses of Class
io.qt.quick.QSGGeometry.Attribute
Packages that use QSGGeometry.Attribute
-
Uses of QSGGeometry.Attribute in io.qt.quick
Methods in io.qt.quick that return QSGGeometry.AttributeModifier and TypeMethodDescriptionfinal QSGGeometry.Attribute []QSGGeometry.attributes()final QSGGeometry.Attribute []QSGGeometry.AttributeSet.attributes()SeeQSGGeometry::AttributeSet::attributes QSGGeometry.Attribute.clone()Creates and returns a copy of this object.static QSGGeometry.AttributeQSGGeometry.Attribute.create(int pos, int tupleSize, int primitiveType) Overloaded function forcreate(int, int, int, boolean)withisPosition = false.static QSGGeometry.AttributeQSGGeometry.Attribute.create(int pos, int tupleSize, int primitiveType, boolean isPosition) static QSGGeometry.AttributeQSGGeometry.Attribute.createWithAttributeType(int pos, int tupleSize, int primitiveType, QSGGeometry.AttributeType attributeType) Methods in io.qt.quick with parameters of type QSGGeometry.AttributeModifier and TypeMethodDescriptionfinal booleanQSGGeometry.Attribute.equals(QSGGeometry.Attribute value2) Seeoperator==(QSGGeometry::Attribute,QSGGeometry::Attribute) Constructors in io.qt.quick with parameters of type QSGGeometry.AttributeModifierConstructorDescriptionAttributeSet(QSGGeometry.Attribute[] attributes, int stride) SeeQSGGeometry::AttributeSet::AttributeSet() Constructor parameters in io.qt.quick with type arguments of type QSGGeometry.AttributeModifierConstructorDescriptionAttributeSet(Collection<QSGGeometry.Attribute> attributes, int stride)