AnimationPlayerPlayBackwards Method |
Plays the animation with key name in reverse.
This method is a shorthand for Play(String, Single, Single, Boolean) with custom_speed = -1.0 and from_end = true, so see its description for more information.
Namespace: Godot
public void PlayBackwards( string name = "", float customBlend = -1f )
[Missing <param name="name"/> documentation for "M:Godot.AnimationPlayer.PlayBackwards(System.String,System.Single)"]
[Missing <param name="customBlend"/> documentation for "M:Godot.AnimationPlayer.PlayBackwards(System.String,System.Single)"]