用于 Qt3D 动画的抽象基类型。 更多...
import 语句: | import Qt3D.Animation 2.15 |
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 |
保持动画持续时间。
位置 : real |
保持动画当前位置。