Uses of Class
io.qt.qt3d.animation.QAbstractClipBlendNode
Package | Description |
---|---|
io.qt.qt3d.animation |
-
Uses of QAbstractClipBlendNode in io.qt.qt3d.animation
Subclasses of QAbstractClipBlendNode in io.qt.qt3d.animation Modifier and Type Class Description class
QAdditiveClipBlend
Performs an additive blend of two animation clips based on an additive factorclass
QClipBlendValue
Class used for including a clip in a blend treeclass
QLerpClipBlend
Performs a linear interpolation of two animation clips based on a normalized factorFields in io.qt.qt3d.animation with type parameters of type QAbstractClipBlendNode Modifier and Type Field Description QObject.Signal1<QAbstractClipBlendNode>
QAdditiveClipBlend. additiveClipChanged
QObject.Signal1<QAbstractClipBlendNode>
QAdditiveClipBlend. baseClipChanged
QObject.Signal1<QAbstractClipBlendNode>
QBlendedClipAnimator. blendTreeChanged
QObject.Signal1<QAbstractClipBlendNode>
QLerpClipBlend. endClipChanged
QObject.Signal1<QAbstractClipBlendNode>
QLerpClipBlend. startClipChanged
Methods in io.qt.qt3d.animation that return QAbstractClipBlendNode Modifier and Type Method Description QAbstractClipBlendNode
QAdditiveClipBlend. additiveClip()
QAbstractClipBlendNode
QAdditiveClipBlend. baseClip()
QAbstractClipBlendNode
QBlendedClipAnimator. blendTree()
QAbstractClipBlendNode
QLerpClipBlend. endClip()
QAbstractClipBlendNode
QLerpClipBlend. startClip()
Methods in io.qt.qt3d.animation with parameters of type QAbstractClipBlendNode Modifier and Type Method Description void
QAdditiveClipBlend. setAdditiveClip(QAbstractClipBlendNode additiveClip)
void
QAdditiveClipBlend. setBaseClip(QAbstractClipBlendNode baseClip)
void
QBlendedClipAnimator. setBlendTree(QAbstractClipBlendNode blendTree)
void
QLerpClipBlend. setEndClip(QAbstractClipBlendNode endClip)
void
QLerpClipBlend. setStartClip(QAbstractClipBlendNode startClip)
Constructors in io.qt.qt3d.animation with parameters of type QAbstractClipBlendNode Constructor Description QClipBlendNodeCreatedChange(QAbstractClipBlendNode node)