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.Attribute
QSGGeometry.Attribute.create
(int pos, int tupleSize, int primitiveType) Overloaded function forcreate(int, int, int, boolean)
withisPosition = false
.static QSGGeometry.Attribute
QSGGeometry.Attribute.create
(int pos, int tupleSize, int primitiveType, boolean isPosition) static QSGGeometry.Attribute
QSGGeometry.Attribute.createWithAttributeType
(int pos, int tupleSize, int primitiveType, QSGGeometry.AttributeType attributeType) final QSGGeometry.Attribute []
QSGGeometry.AttributeSet.getAttributes()
Kotlin property getter.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)