diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-12-15 17:12:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 17:12:56 +0100 |
commit | 9b932aa0db2cf26be847159cf5229b4dda8763a5 (patch) | |
tree | 422fbc7540c2d23ede1b5071a194798dca0a9fcf /doc/classes/AnimationNode.xml | |
parent | c5879dbe078efd902638935ced73bd31dea5804e (diff) | |
parent | 4e393ab4a082560f8434b013f4f5bb551c2a0eaf (diff) |
Merge pull request #55958 from timothyqiu/xml-indents
Diffstat (limited to 'doc/classes/AnimationNode.xml')
-rw-r--r-- | doc/classes/AnimationNode.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationNode.xml b/doc/classes/AnimationNode.xml index c9d8ae9936..08290523f7 100644 --- a/doc/classes/AnimationNode.xml +++ b/doc/classes/AnimationNode.xml @@ -5,7 +5,7 @@ </brief_description> <description> Base resource for [AnimationTree] nodes. In general, it's not used directly, but you can create custom ones with custom blending formulas. - Inherit this when creating nodes mainly for use in [AnimationNodeBlendTree], otherwise [AnimationRootNode] should be used instead. + Inherit this when creating nodes mainly for use in [AnimationNodeBlendTree], otherwise [AnimationRootNode] should be used instead. </description> <tutorials> <link title="AnimationTree">$DOCS_URL/tutorials/animation/animation_tree.html</link> |