Uses of Class
io.qt.qt3d.core.QAttribute
Package | Description |
---|---|
io.qt.qt3d.animation | |
io.qt.qt3d.core |
-
Uses of QAttribute in io.qt.qt3d.animation
Methods in io.qt.qt3d.animation that return types with arguments of type QAttribute Modifier and Type Method Description QList<QAttribute>
QMorphTarget. attributeList()
Methods in io.qt.qt3d.animation with parameters of type QAttribute Modifier and Type Method Description void
QMorphTarget. addAttribute(QAttribute attribute)
void
QMorphTarget. removeAttribute(QAttribute attribute)
Method parameters in io.qt.qt3d.animation with type arguments of type QAttribute Modifier and Type Method Description void
QMorphTarget. setAttributes(Collection<QAttribute> attributes)
-
Uses of QAttribute in io.qt.qt3d.core
Fields in io.qt.qt3d.core with type parameters of type QAttribute Modifier and Type Field Description QObject.Signal1<QAttribute>
QGeometry. boundingVolumePositionAttributeChanged
Methods in io.qt.qt3d.core that return QAttribute Modifier and Type Method Description QAttribute
QGeometry. boundingVolumePositionAttribute()
Methods in io.qt.qt3d.core that return types with arguments of type QAttribute Modifier and Type Method Description QList<QAttribute>
QGeometry. attributes()
Methods in io.qt.qt3d.core with parameters of type QAttribute Modifier and Type Method Description void
QGeometry. addAttribute(QAttribute attribute)
void
QGeometry. removeAttribute(QAttribute attribute)
void
QGeometry. setBoundingVolumePositionAttribute(QAttribute boundingVolumePositionAttribute)