Click or drag to resize

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
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void PlayBackwards(
	string name = "",
	float customBlend = -1f
)

Parameters

name (Optional)
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.AnimationPlayer.PlayBackwards(System.String,System.Single)"]

customBlend (Optional)
Type: SystemSingle

[Missing <param name="customBlend"/> documentation for "M:Godot.AnimationPlayer.PlayBackwards(System.String,System.Single)"]

See Also