소스 검색

Mention default output node name for AnimationNodeBlendTree

Haoyu Qiu 3 년 전
부모
커밋
6bf01e0567
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/classes/AnimationNodeBlendTree.xml

+ 2 - 1
doc/classes/AnimationNodeBlendTree.xml

@@ -4,7 +4,8 @@
 		[AnimationTree] node resource that contains many blend type nodes.
 	</brief_description>
 	<description>
-		This node may contain a sub-tree of any other blend type nodes, such as mix, blend2, blend3, one shot, etc. This is one of the most commonly used roots.
+		This node may contain a sub-tree of any other blend type nodes, such as [AnimationNodeTransition], [AnimationNodeBlend2], [AnimationNodeBlend3], [AnimationNodeOneShot], etc. This is one of the most commonly used roots.
+		An [AnimationNodeOutput] node named [code]output[/code] is created by default.
 	</description>
 	<tutorials>
 		<link title="AnimationTree">$DOCS_URL/tutorials/animation/animation_tree.html</link>