Add documentation for AnimationNode* resources

I haven't put [code] bbcode around the amount of the AnimationNodeAdd* classes
because it's not exposed to GDScript.
Same for the +add, -add, etc. labels: they're just labels you can find in the
AnimationTree bottom panel.
This commit is contained in:
Nathan Lovato
2019-06-04 09:01:24 +09:00
parent a25e52fb72
commit d0eb99f970
8 changed files with 66 additions and 2 deletions

View File

@ -215,6 +215,7 @@
</signal>
<signal name="tree_changed">
<description>
Emitted by nodes that inherit from this class and that have an internal tree when one of their nodes changes. The nodes that emit this signal are [AnimationNodeBlendSpace1D], [AnimationNodeBlendSpace2D], [AnimationNodeStateMachine], and [AnimationNodeBlendTree].
</description>
</signal>
</signals>