Merge pull request #14944 from NathanWarden/docs_animation_player

[DOCS] Finished the documentation for AnimationPlayer
This commit is contained in:
Rémi Verschelde 2017-12-22 15:06:10 +01:00 committed by GitHub
commit 43190b8935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,7 @@
<return type="float">
</return>
<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>
</method>
<method name="has_animation" qualifiers="const">