QAnimationClip Class
class Qt3DAnimation::QAnimationClipSpecifies key frame animation data. More...
Header: | #include <QAnimationClip> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3danimation) target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
Inherits: | Qt3DAnimation::QAbstractAnimationClip |
Public Functions
Qt3DAnimation::QAnimationClipData | clipData() const |
Public Slots
void | setClipData(const Qt3DAnimation::QAnimationClipData &clipData) |
Signals
void | clipDataChanged(Qt3DAnimation::QAnimationClipData clipData) |
Member Function Documentation
Qt3DAnimation::QAnimationClipData QAnimationClip::clipData() const
Returns the data describing the animation clip.
Note: Getter function for property clipData.
See also setClipData().
[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().
© 2024 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.