Click or drag to resize

TweenRemove Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Remove(
	Object object,
	string key = ""
)

Parameters

object
Type: GodotObject

[Missing <param name="object"/> documentation for "M:Godot.Tween.Remove(Godot.Object,System.String)"]

key (Optional)
Type: SystemString

[Missing <param name="key"/> documentation for "M:Godot.Tween.Remove(Godot.Object,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Tween.Remove(Godot.Object,System.String)"]

See Also