BlendAnimationNode QML Type
2つのアニメーションソースをブレンドするブレンドツリーノード。詳細...
Import Statement: | import QtQuick.Timeline.BlendTrees |
Since: | Qt 6.7 |
Inherits: |
プロパティ
詳細説明
BlendAnimationNodeは、ウェイト値に基づいて2つのアニメーションソース間をブレンドするブレンドツリーノードです。ウェイト値は、2つのアニメーションソース間を動的にブレンドするためにアニメーションさせることができます。
プロパティの説明
source1 : BlendTreeNode |
このプロパティは、1つ目のアニメーションソースを保持します。
source2 : BlendTreeNode |
このプロパティは、2つ目のアニメーションソースを保持します。
weight : real |
このプロパティは、2つのアニメーションソース間のブレンドに使用されるウェイト値を保持します。ウェイト値は、1つ目のアニメーションソースが2つ目のアニメーションソースとブレンドされる量を決定します。ウェイト値が0.0
の場合は、最初のアニメーションソースが排他的に使用され、ウェイト値が1.0
の場合は、2番目のアニメーションソースが排他的に使用され、ウェイト値が0.5
の場合は、両方のアニメーションソースが均等にブレンドされることを意味します。デフォルト値は0.5
です。
© 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.