AbstractAnimation QML Type
Un tipo base abstracto para animaciones Qt3D. Más...
| Import Statement: | import Qt3D.Animation 2.11 |
| In C++: | QAbstractAnimation |
| Inherited By: | KeyframeAnimation, MorphingAnimation, and VertexBlendAnimation |
| Status: | Deprecated |
Propiedades
- animationName : string
- animationType : enumeration
- duration : real
- position : real
Descripción detallada
AbstractAnimation es un tipo base abstracto para todas las animaciones. AbstractAnimation no puede instanciarse directamente, sino a través de sus subtipos. AbstractAnimation especifica propiedades comunes para todas las animaciones Qt3D, como el tipo de animación, la posición actual y la duración de la animación, mientras que deja la animación real para los subtipos.
Documentación de propiedades
animationName : string
Contiene el nombre de la animación.
animationType : enumeration [read-only]
Contiene el tipo de animación.
duration : real [read-only]
Mantiene la duración de la animación.
position : real
Mantiene la posición actual de la animación.
© 2026 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.