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.