AnimationPlayer.play

Play the animation with key name. Custom speed and blend times can be set. If custom speed is negative (-1), 'from_end' being true can play the animation backwards.

struct AnimationPlayer
@nogc nothrow
void
play
(
StringArg0
)
(
in StringArg0 name = ""
,
in double custom_blend = -1
,
in double custom_speed = 1
,
in bool from_end = false
)

Meta