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