Vector3dAnimation QML Type
QVector3d の値の変化をアニメーション化します。詳細...
Import Statement: | import QtQuick |
Inherits: |
プロパティ
詳細説明
Vector3dAnimationは、Vector3dの値が変化するときに適用されるアニメーションを定義する特殊なPropertyAnimation 。
他のアニメーションタイプと同様に、Vector3dAnimationは、トランジション、ビヘイビア、プロパティ値のソースなど、さまざまな方法で適用できます。 Qt Quick 「 Animation and Transitions」のドキュメントでは、アニメーションを作成するためのさまざまな方法を紹介しています。
Qt Quick の Animation and TransitionsとQt Quick Examples - Animationも参照してください 。
プロパティの説明
from : vector3d |
このプロパティは、アニメーションの開始値を保持します。
Vector3dAnimation がTransition またはBehavior 内で定義されている場合、この値はTransition の開始状態で定義されている値、またはBehavior がトリガーされた時点でのプロパティの現在値がデフォルトとなります。
Qt Quick の「アニメーションとトランジション」も参照してください 。
to : vector3d |
このプロパティは、アニメーションの終了値を保持します。
Vector3dAnimation がTransition またはBehavior 内で定義されている場合、この値のデフォルトはTransition の終了状態で定義されている値、またはBehavior をトリガーしたプロパティ変更の値です。
Qt Quick の「アニメーションとトランジション」も参照してください 。
© 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.