AnimationPlayer.stop

Stop the currently playing animation. If reset is true, the anim position is reset to 0.

struct AnimationPlayer
@nogc nothrow
void
stop
(
in bool reset = true
)

Meta