Provides key-frame animation capabilities to Qt 3D. 更多...
头: | #include <QAnimationAspect> |
CMake: |
find_package(Qt6 COMPONENTS 3danimation REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
Since: | Qt 5.9 |
继承: | Qt3DCore::QAbstractAspect |
QAnimationAspect (QObject * parent = nullptr) |
QAnimationAspect provides key-frame animation to Qt 3D.
Constructs a new QAnimationAspect with parent .