Tween.resume

Continues animating a stopped tween, given its object and property/method pair. By default, all tweens are resumed, unless key is specified.

struct Tween
@nogc nothrow
bool
resume
(,
in String key = gs!""
)

Meta