AbstractAnimation QML Type

Qt3D アニメーションの抽象的な基本型です。詳細...

Import Statement: import Qt3D.Animation 2.8
In C++: QAbstractAnimation
Inherited By:

KeyframeAnimation, MorphingAnimation, and VertexBlendAnimation

Status: Deprecated

プロパティ

詳細説明

AbstractAnimation は、すべてのアニメーションの抽象的な基本型です。AbstractAnimationは直接インスタンス化することはできず、サブタイプを通してインスタンス化します。AbstractAnimationは、アニメーションの種類、現在位置、アニメーション時間など、全てのQt3Dアニメーションに共通のプロパティを指定します。

プロパティ Documentation

animationName : string

アニメーションの名前を保持します。


animationType : enumeration [read-only]

アニメーションのタイプを保持します。


duration : real [read-only]

アニメーションの継続時間を保持します。


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.