Uses of Class
io.qt.quick.QSGGeometry.Attribute
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGGeometry.Attribute in io.qt.quick
Methods in io.qt.quick that return QSGGeometry.Attribute Modifier and Type Method Description QSGGeometry.Attribute[]
QSGGeometry. attributes()
QSGGeometry.Attribute[]
QSGGeometry.AttributeSet. attributes()
QSGGeometry.Attribute
QSGGeometry.Attribute. clone()
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)
Constructors in io.qt.quick with parameters of type QSGGeometry.Attribute Constructor Description AttributeSet(QSGGeometry.Attribute[] attributes, int stride)
Constructor parameters in io.qt.quick with type arguments of type QSGGeometry.Attribute Constructor Description AttributeSet(Collection<QSGGeometry.Attribute> attributes, int stride)