diff options
| author | Nathan Warden <nathan@nathanwarden.com> | 2017-12-22 08:49:20 -0500 |
|---|---|---|
| committer | Nathan Warden <nathan@nathanwarden.com> | 2017-12-22 08:49:20 -0500 |
| commit | 4db01d18e5ee2ae5c86ee1b256e3b7525da667f4 (patch) | |
| tree | 13aa6356f33f020c495f0e0c7096e3fbe6c4ebf7 | |
| parent | 1fa9aac3e415f53a095e955c8a37000629d56dde (diff) | |
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"> |