Function Tween.remove

Stops animation and removes a tween, given its object and property/method pair. By default, all tweens are removed, unless key is specified.

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