QAnimationClip Class
class Qt3DAnimation::QAnimationClip
Specifies 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
|
| Status: |
Deprecated |
Public Functions
| Qt3DAnimation::QAnimationClipData |
clipData() const |
Public Slots
| void |
setClipData(const Qt3DAnimation::QAnimationClipData &clipData) |
Signals
Detailed Description
Member Function Documentation
Returns the data describing the animation clip.
Note: Getter function for property clipData.
See also setClipData().
Set the parameters of the clip according to the clipData provided.
Note: Setter function for property clipData.
See also clipData().