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.

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

Meta