diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-21 12:03:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 12:03:10 +0100 |
commit | 59b22194e1cd5b62779a114e201ce47db46fb988 (patch) | |
tree | 7889b386cea9b3a3e5aa37e541db608c2d5174e6 /doc/classes | |
parent | 600ff3a22156a1b65916f6396814005eff6eb7ce (diff) | |
parent | 6bf01e056743c39ebc9a678a504eca7158af7bb9 (diff) |
Merge pull request #59383 from timothyqiu/blend-tree-default
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/AnimationNodeBlendTree.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/AnimationNodeBlendTree.xml b/doc/classes/AnimationNodeBlendTree.xml index 20eb349363..fcdd09f144 100644 --- a/doc/classes/AnimationNodeBlendTree.xml +++ b/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> |