Function Tween.reset

Resets a tween to its initial value (the one given, not the one before the tween), given its object and property/method pair. By default, all tweens are removed, unless key is specified.

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