QAnimationClip Class▲
-
Header: QAnimationClip
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
-
qmake: QT += 3danimation
-
Inherits: Qt3DAnimation::QAbstractAnimationClip
Detailed Description▲
Member Function Documentation▲
Qt3DAnimation::QAnimationClipData QAnimationClip::clipData() const▲
Returns the data describing the animation clip.
Getter function for property clipData.
See Also▲
See also setClipData()