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.