AnimationGroup QML Type

将动画分组的类型。更多

Import Statement: import Qt3D.Animation 2.9
Status: Deprecated

属性

详细说明

动画组(AnimationGroup)类型用于将多个动画分组,使它们可以作为一个动画。为该组设置的位置也会设置给组中的所有动画。持续时间是单个动画的最大值。动画可以是任何受支持的动画类型,且名称不必相同。

属性文档

animations : list<AbstractAnimation>

动画组中的动画列表。


duration : real [read-only]

动画组中动画的最长持续时间。


name : string

动画组名称。


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.