diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-12-22 15:06:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-22 15:06:10 +0100 |
commit | 43190b8935fc6355a66660ab541e4777d611a210 (patch) | |
tree | ba89bc1dd49a42719de00decf531ac24c419a13c | |
parent | bf4d398d4e474dc4aba0e33094d45fb53406d593 (diff) | |
parent | 4db01d18e5ee2ae5c86ee1b256e3b7525da667f4 (diff) |
Merge pull request #14944 from NathanWarden/docs_animation_player
[DOCS] Finished the documentation for AnimationPlayer
-rw-r--r-- | doc/classes/AnimationPlayer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 570f5e9741..a244788020 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -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"> |