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.

struct AnimationPlayer
@nogc nothrow
void
advance
(
in double delta
)

Meta