Uses of Class
io.qt.qt3d.animation.QMorphTarget
-
Uses of QMorphTarget in io.qt.qt3d.animation
Methods in io.qt.qt3d.animation that return QMorphTargetModifier and TypeMethodDescriptionstatic QMorphTargetQMorphTarget.fromGeometry(io.qt.qt3d.core.QGeometry geometry, Collection<String> attributes) Methods in io.qt.qt3d.animation that return types with arguments of type QMorphTargetModifier and TypeMethodDescriptionfinal io.qt.core.QList<QMorphTarget>QMorphingAnimation.morphTargetList()final io.qt.core.QList<QMorphTarget>QVertexBlendAnimation.morphTargetList()Methods in io.qt.qt3d.animation with parameters of type QMorphTargetModifier and TypeMethodDescriptionfinal voidQMorphingAnimation.addMorphTarget(QMorphTarget target) final voidQVertexBlendAnimation.addMorphTarget(QMorphTarget target) final voidQMorphingAnimation.removeMorphTarget(QMorphTarget target) final voidQVertexBlendAnimation.removeMorphTarget(QMorphTarget target) Method parameters in io.qt.qt3d.animation with type arguments of type QMorphTargetModifier and TypeMethodDescriptionfinal voidQMorphingAnimation.setMorphTargets(Collection<QMorphTarget> targets) final voidQVertexBlendAnimation.setMorphTargets(Collection<QMorphTarget> targets)