AnimationGroup QML Type

アニメーションをグループ化した型。詳細...

Import Statement: import Qt3D.Animation 2.8
Status: Deprecated

プロパティ

詳細説明

AnimationGroup型は、複数のアニメーションをグループ化し、1つのアニメーションとして動作させるために使用します。グループに設定された位置はグループ内のすべてのアニメーションにも設定されます。持続時間は個々のアニメーションの最大値です。アニメーションはサポートされているアニメーションタイプであれば何でもよく、同じ名前である必要はありません。

プロパティ Documentation

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.