AbstractAnimation QML Type
Ein abstrakter Basistyp für Qt3D-Animationen. Mehr...
Import Statement: | import Qt3D.Animation 2.8 |
In C++: | QAbstractAnimation |
Inherited By: | KeyframeAnimation, MorphingAnimation, and VertexBlendAnimation |
Status: | Deprecated |
Eigenschaften
- animationName : string
- animationType : enumeration
- duration : real
- position : real
Detaillierte Beschreibung
AbstractAnimation ist ein abstrakter Basistyp für alle Animationen. AbstractAnimation kann nicht direkt instanziiert werden, sondern nur über seine Subtypen. AbstractAnimation spezifiziert gemeinsame Eigenschaften für alle Qt3D-Animationen, wie Animationstyp, aktuelle Position und Animationsdauer, während die eigentliche Animation den Subtypen überlassen bleibt.
Eigenschaft Documentation
animationName : string |
Beinhaltet den Namen der Animation.
animationType : enumeration |
Enthält den Typ der Animation.
duration : real |
Enthält die Dauer der Animation.
position : real |
Enthält die aktuelle Position der Animation.
© 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.