QAnimationClip Class

class Qt3DAnimation::QAnimationClip

키 프레임 애니메이션 데이터를 지정합니다. 더 보기...

헤더: #include <QAnimationClip>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
qmake: QT += 3danimation
상속합니다: Qt3DAnimation::QAbstractAnimationClip
상태: Deprecated

공용 함수

Qt3DAnimation::QAnimationClipData clipData() const

공용 슬롯

void setClipData(const Qt3DAnimation::QAnimationClipData &clipData)

시그널

void clipDataChanged(Qt3DAnimation::QAnimationClipData clipData)

상세 설명

멤버 함수 문서

Qt3DAnimation::QAnimationClipData QAnimationClip::clipData() const

애니메이션 클립을 설명하는 데이터를 반환합니다.

참고: clipData 속성에 대한 게터 함수입니다.

setClipData()도 참조하세요 .

[slot] void QAnimationClip::setClipData(const Qt3DAnimation::QAnimationClipData &clipData)

제공된 clipData 에 따라 클립의 매개변수를 설정합니다.

참고: 속성에 대한 설정자 함수 clipData.

clipData()도 참조하세요 .

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