AbstractAnimation QML Type
Qt3D 动画的抽象基本类型。更多
Import Statement: | import Qt3D.Animation 2.9 |
In C++: | QAbstractAnimation |
Inherited By: | KeyframeAnimation, MorphingAnimation, and VertexBlendAnimation |
Status: | Deprecated |
属性
- animationName : string
- animationType : enumeration
- duration : real
- position : real
详细说明
AbstractAnimation 是所有动画的抽象基础类型。AbstractAnimation 不能直接实例化,而是通过其子类型实现。AbstractAnimation 为所有 Qt3D 动画指定了通用属性,如动画类型、当前位置和动画持续时间,而将实际动画操作留给了子类型。
属性文档
animationName : string |
动画名称。
animationType : enumeration |
duration : real |
动画持续时间。
position : real |
动画的当前位置。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.