AnimationGroup QML Type
Ein Typ, der Animationen gruppiert. Mehr...
Import Statement: | import Qt3D.Animation 2.8 |
Status: | Deprecated |
Eigenschaften
- animations : list<AbstractAnimation>
- duration : real
- name : string
- position : real
Detaillierte Beschreibung
Der Typ AnimationGroup wird verwendet, um mehrere Animationen zu gruppieren, so dass sie wie eine einzige Animation wirken können. Die für die Gruppe festgelegte Position wird auch für alle Animationen in einer Gruppe festgelegt. Die Dauer ist das Maximum der einzelnen Animationen. Die Animationen können alle unterstützten Animationstypen sein und müssen nicht den gleichen Namen haben.
Eigenschaft Dokumentation
animations : list<AbstractAnimation> |
Enthält die Liste der Animationen in der Animationsgruppe.
duration : real |
Enthält die maximale Dauer der Animationen in der Gruppe.
name : string |
Enthält den Namen der Animationsgruppe.
position : real |
Enthält die 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.