AnimationPlayer.playBackwards

Plays the animation with key name in reverse. This method is a shorthand for play with custom_speed = -1.0 and from_end = true, so see its description for more information.

struct AnimationPlayer
@nogc nothrow
void
playBackwards
(
in String name = gs!""
,
in double custom_blend = -1
)

Meta