Fill out some of the AnimationNode docs.

The API docs for various animation nodes are pretty empty, yet the
tutorial at
https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html
contains some details.

These details should be included in the API docs so looking up a
particular class actually provides some information rather than
requiring the user to hunt for a different tutorial.

This also links the AnimationTree tutorial and demo in the docs.
I've found the TPS demo to be the best resource so far for learning
how to use the AnimationTree. This should be easy to find if someone
looks up the AnimationTree API docs.

Finally, this fixes a param typo in AnimationNodeStateMachine.

(cherry picked from commit 584288a32c)
This commit is contained in:
Ryan Roden-Corrent
2019-04-07 07:21:31 -04:00
committed by Rémi Verschelde
parent 8d87f624eb
commit fd4a65df7b
6 changed files with 21 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
<description>
</description>
<tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link>
<link>https://github.com/godotengine/tps-demo</link>
</tutorials>
<demos>
</demos>