Finished the documentation for AnimationPlayer

This commit is contained in:
Nathan Warden 2017-12-22 08:49:20 -05:00
parent 1fa9aac3e4
commit 4db01d18e5

View file

@ -133,6 +133,7 @@
<return type="float"> <return type="float">
</return> </return>
<description> <description>
Returns the speed scaling ratio of the current animation channel. For instance, if this value is 1 then the animation plays at normal speed. If it's 0.5 then it plays at half speed. If it's 2 then it plays at double speed.
</description> </description>
</method> </method>
<method name="has_animation" qualifiers="const"> <method name="has_animation" qualifiers="const">