AnimationPlayer.seek

Seek the animation to the seconds point in time (in seconds). If update is true, the animation updates too, otherwise it updates at process time.

struct AnimationPlayer
@nogc nothrow
void
seek
(
in double seconds
,
in bool update = false
)

Meta