QClipBlendValue Class
(Qt3DAnimation::QClipBlendValue)Inherits: | Qt3DAnimation::QAbstractClipBlendNode |
Properties
- clip : Qt3DAnimation::QAbstractAnimationClip*
- 3 properties inherited from Qt3DCore::QNode
Related Non-Members
typedef | QNodePtr |
typedef | QNodeVector |
Qt3DCore::QNodeId | qIdForNode(Qt3DCore::QNode *node) |
Qt3DCore::QNodeIdVector | qIdsForNodes(const T &nodes) |
Additional Inherited Members
- 11 public functions inherited from Qt3DCore::QNode
- 1 signal 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) |