AbstractAnimation QML 类型

An abstract base type for Qt3D animations 更多...

导入语句: import Qt3D.Animation 2.9
Since: Qt 5.9
实例化: QAbstractAnimation
继承者:

KeyframeAnimation , MorphingAnimation ,和 VertexBlendAnimation

特性

详细描述

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.

特性文档编制

animationName : string

保持动画名称。


animationType : enumeration

保持动画类型。


duration : real

保持动画持续时间。


position : real

保持动画当前位置。