AbstractAnimation QML Type▲
-
Import Statement: import Qt3D.Animation 2.4
-
Since:: Qt 5.9
-
Inherited By:: KeyframeAnimation, MorphingAnimation, and VertexBlendAnimation
-
Instantiates:: QAbstractAnimation
Detailed Description▲
AbstractAnimation is an abstract base type for all animations. AbstractAnimation can not be directly instantiated, but rather through its subtypes. AbstractAnimation specifies common properties for all Qt3D animations, such as animation type, current position and animation duration, while leaving the actual animating for the subtypes.