summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorWill Nations <willnationsdev@gmail.com>2017-12-07 11:19:21 -0600
committerWill Nations <willnationsdev@gmail.com>2017-12-07 11:19:21 -0600
commit2d07fe29208b9ccef31ab654ca5405edac7a0de7 (patch)
tree956981fba64ce06097693b7f9e3e53a4e142ff9b /doc/classes
parent6527f2e68465b06113b3960ad4e366f1373699c9 (diff)
[DOCS] AnimationPlayer prop API fixed
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/AnimationPlayer.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml
index 3b1ce37619..6ae0debc3a 100644
--- a/doc/classes/AnimationPlayer.xml
+++ b/doc/classes/AnimationPlayer.xml
@@ -250,8 +250,8 @@
<member name="autoplay" type="String" setter="set_autoplay" getter="get_autoplay">
The name of the animation to play when the scene loads. Default value: [code]""[/code].
</member>
- <member name="playback_default_blend_time" type="float" setter="set_default_blend_time" getter="get_default_blend_time">
- The default time in which to blend animations. Ranges from 0 to 4096 with 0.01 precision. Default value: [code]0[/code].
+ <member name="current_animation" type="String" setter="set_current_animation" getter="get_current_animation">
+ The name of the current animation. Default value: [code]""[/code].
</member>
<member name="playback_process_mode" type="int" setter="set_animation_process_mode" getter="get_animation_process_mode" enum="AnimationPlayer.AnimationProcessMode">
The process notification in which to update animations. Default value: [enum ANIMATION_PROCESS_IDLE].