Specifies key frame animation data. More...
Header: | #include <QAnimationClip> |
CMake: | find_package(Qt6 COMPONENTS 3danimation REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
Inherits: | Qt3DAnimation::QAbstractAnimationClip |
Qt3DAnimation::QAnimationClipData | clipData() const |
void | setClipData(const Qt3DAnimation::QAnimationClipData &clipData) |
void | clipDataChanged(Qt3DAnimation::QAnimationClipData clipData) |
[slot]
void QAnimationClip::setClipData(const Qt3DAnimation::QAnimationClipData &clipData)
Set the parameters of the clip according to the clipData provided.
Note: Setter function for property clipData.
See also clipData().
Returns the data describing the animation clip.
Note: Getter function for property clipData.
See also setClipData().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qt3danimation-qanimationclip.html