Uses of Class
io.qt.qt3d.animation.QAbstractClipBlendNode
-
Uses of QAbstractClipBlendNode in io.qt.qt3d.animation
Subclasses of QAbstractClipBlendNode in io.qt.qt3d.animationModifier and TypeClassDescriptionclassPerforms an additive blend of two animation clips based on an additive factorclassClass used for including a clip in a blend treeclassPerforms a linear interpolation of two animation clips based on a normalized factorFields in io.qt.qt3d.animation with type parameters of type QAbstractClipBlendNodeModifier and TypeFieldDescriptionQAdditiveClipBlend.additiveClipChangedQAdditiveClipBlend.baseClipChangedQBlendedClipAnimator.blendTreeChangedQLerpClipBlend.endClipChangedQLerpClipBlend.startClipChangedMethods in io.qt.qt3d.animation that return QAbstractClipBlendNodeModifier and TypeMethodDescriptionfinal QAbstractClipBlendNodeQAdditiveClipBlend.additiveClip()final QAbstractClipBlendNodeQAdditiveClipBlend.baseClip()final QAbstractClipBlendNodeQBlendedClipAnimator.blendTree()final QAbstractClipBlendNodeQLerpClipBlend.endClip()final QAbstractClipBlendNodeQLerpClipBlend.startClip()Methods in io.qt.qt3d.animation with parameters of type QAbstractClipBlendNodeModifier and TypeMethodDescriptionfinal voidQAdditiveClipBlend.setAdditiveClip(QAbstractClipBlendNode additiveClip) final voidQAdditiveClipBlend.setBaseClip(QAbstractClipBlendNode baseClip) final voidQBlendedClipAnimator.setBlendTree(QAbstractClipBlendNode blendTree) final voidQLerpClipBlend.setEndClip(QAbstractClipBlendNode endClip) final voidQLerpClipBlend.setStartClip(QAbstractClipBlendNode startClip)