Function AnimationTreePlayer.advance

Shifts position in the animation timeline. delta is the time in seconds to shift. Events between the current frame and delta are handled.

void advance (
  const(double) delta
) nothrow @nogc;