Function 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.
void playBackwards
(
const(String) name = GodotStringLiteral() .str(),
const(double) custom_blend = -1
) nothrow @nogc;