Qt3DAnimation::QClipBlendValue Class

class Qt3DAnimation::QClipBlendValue

用于在混合树中包含剪辑的类。更多

Header: #include <QClipBlendValue>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
qmake: QT += 3danimation
在 QML 中: ClipBlendValue
继承: Qt3DAnimation::QAbstractClipBlendNode
状态:已废弃

属性

  • clip : Qt3DAnimation::QAbstractAnimationClip*

公共功能

Qt3DAnimation::QAbstractAnimationClip *clip() const

公共插槽

void setClip(Qt3DAnimation::QAbstractAnimationClip *clip)

信号

void clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip)

详细说明

属性文档

clip : Qt3DAnimation::QAbstractAnimationClip*

需要包含在混合树中的动画片段。

访问功能:

Qt3DAnimation::QAbstractAnimationClip *clip() const
void setClip(Qt3DAnimation::QAbstractAnimationClip *clip)

通知信号

void clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip)

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.