AbstractAnimation QML Type
Qt3D アニメーションの抽象的な基本型です。詳細...
Import Statement: | import Qt3D.Animation 2.8 |
In C++: | QAbstractAnimation |
Inherited By: | KeyframeAnimation, MorphingAnimation, and VertexBlendAnimation |
Status: | Deprecated |
プロパティ
- animationName : string
- animationType : enumeration
- duration : real
- position : real
詳細説明
AbstractAnimation は、すべてのアニメーションのための抽象的な基本型です。AbstractAnimation は直接インスタンス化することはできず、そのサブタイプを通してインスタンス化します。AbstractAnimation は、すべての Qt3D アニメーションに共通するプロパティ(アニメーションの種類、現在位置、アニメーション時間など)を指定します。
プロパティ Documentation
animationName : string |
アニメーションの名前を保持します。
animationType : enumeration |
アニメーションのタイプを保持します。
duration : real |
アニメーションの継続時間を保持します。
position : real |
アニメーションの現在の位置を保持します。
このドキュメントに含まれるコントリビューションの著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。