QClipBlendValue Class
(Qt3DAnimation::QClipBlendValue)| Inherits: | Qt3DAnimation::QAbstractClipBlendNode |
Properties
- clip : Qt3DAnimation::QAbstractAnimationClip*
- 3 properties inherited from Qt3DCore::QNode
Related Non-Members
| typedef | QNodePtr |
| typedef | QNodeVector |
Additional Inherited Members
- 6 public functions inherited from Qt3DCore::QNode
- 2 protected functions inherited from Qt3DCore::QNode
Property Documentation
clip : Qt3DAnimation::QAbstractAnimationClip*
The animation clip that needs to be included in the blend tree.
Access functions:
| Qt3DAnimation::QAbstractAnimationClip * | clip() const |
| void | setClip(Qt3DAnimation::QAbstractAnimationClip *clip) |
Notifier signal:
| void | clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip) |