Function Tween.resume

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

bool resume (
  GodotObject object,
  const(String) key = GodotStringLiteral().str()
) nothrow @nogc;