BlendTreeNode QML Type

すべてのブレンドツリーノードの基本クラス。詳細...

Import Statement: import QtQuick.Timeline.BlendTrees
Since: Qt 6.7
Inherited By:

BlendAnimationNode and TimelineAnimationNode

プロパティ

詳細説明

BlendTreeNodeは全てのブレンドツリーノードの基本クラスです。直接使用することは意図されておらず、カスタムブレンドツリーノードを作成するためにサブクラス化されます。

プロパティの説明

outputEnabled : bool

このプロパティは、ブレンドツリーノードがプロパティの変更をコミットするかどうかを決定します。デフォルト値は/c falseです。

どのノードでも、プロパティ変更をコミットする出力ノードになることができますが、通常はブレンドツリーの最後のノードであるべきです。複数のノードがデータを出力していて競合がある場合は、最後に変更されたプロパティが使用されます。そのため、理想的には、ツリー内に複数の出力ノードがある場合、ターゲットと影響を受けるプロパティは不連続であるべきです。


© 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.