Mention default output node name for AnimationNodeBlendTree
(cherry picked from commit 6bf01e0567
)
This commit is contained in:
parent
77a386aa08
commit
f062e967f5
1 changed files with 2 additions and 1 deletions
|
@ -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>$DOCS_URL/tutorials/animation/animation_tree.html</link>
|
||||
|
|
Loading…
Reference in a new issue