Class used for including a clip in a blend tree. 更多...
头: | #include <QClipBlendValue> |
qmake: | QT += 3danimation |
继承: | Qt3DAnimation::QAbstractClipBlendNode |
QClipBlendValue (Qt3DCore::QNode * parent = nullptr) | |
QClipBlendValue (Qt3DAnimation::QAbstractAnimationClip * clip , Qt3DCore::QNode * parent = nullptr) | |
virtual | ~QClipBlendValue () |
Qt3DAnimation::QAbstractAnimationClip * | clip () const |
void | setClip (Qt3DAnimation::QAbstractAnimationClip * clip ) |
void | clipChanged (Qt3DAnimation::QAbstractAnimationClip * clip ) |
const QMetaObject | staticMetaObject |
QClipBlendValue (Qt3DAnimation::QClipBlendValuePrivate & dd , Qt3DCore::QNode * parent = nullptr) |
Class used for including a clip in a blend tree.
The animation clip that needs to be included in the blend tree.
访问函数:
Qt3DAnimation::QAbstractAnimationClip * | clip () const |
void | setClip (Qt3DAnimation::QAbstractAnimationClip * clip ) |
通知程序信号:
void | clipChanged (Qt3DAnimation::QAbstractAnimationClip * clip ) |
Default constructs an instance of QClipBlendValue.
Default constructs an instance of QClipBlendValue.
[protected]
QClipBlendValue::
QClipBlendValue
(
Qt3DAnimation::QClipBlendValuePrivate
&
dd
,
Qt3DCore::QNode
*
parent
= nullptr)
Default constructs an instance of QClipBlendValue.
[虚拟]
QClipBlendValue::
~QClipBlendValue
()
Destroys the instance of QClipBlendValue. The destructor is virtual.