TweenReset Method |
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.
Namespace: Godot
public bool Reset( Object object, string key = "" )
[Missing <param name="object"/> documentation for "M:Godot.Tween.Reset(Godot.Object,System.String)"]
[Missing <param name="key"/> documentation for "M:Godot.Tween.Reset(Godot.Object,System.String)"]
[Missing <returns> documentation for "M:Godot.Tween.Reset(Godot.Object,System.String)"]