QClipBlendValue Class

class Qt3DAnimation::QClipBlendValue

블렌드 트리에 클립을 포함시키는 데 사용되는 클래스입니다. 더 보기...

헤더: #include <QClipBlendValue>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
qmake: QT += 3danimation
QML에서: ClipBlendValue
상속합니다: Qt3DAnimation::QAbstractClipBlendNode
상태: Deprecated

속성

  • 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.