فهرست منبع

Merge pull request #59383 from timothyqiu/blend-tree-default

Rémi Verschelde 3 سال پیش
والد
کامیت
59b22194e1
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.
 		[AnimationTree] node resource that contains many blend type nodes.
 	</brief_description>
 	</brief_description>
 	<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>
 	</description>
 	<tutorials>
 	<tutorials>
 		<link title="AnimationTree">$DOCS_URL/tutorials/animation/animation_tree.html</link>
 		<link title="AnimationTree">$DOCS_URL/tutorials/animation/animation_tree.html</link>