Function AnimationPlayer.advance
Shifts position in the animation timeline and immediately updates the animation. delta
is the time in seconds to shift. Events between the current frame and delta
are handled.
void advance
(
const(double) delta
) nothrow @nogc;