Click or drag to resize

TweenGetRuntime Method

Returns the total time needed for all tweens to end. If you have two tweens, one lasting 10 seconds and the other 20 seconds, it would return 20 seconds, as by that time all tweens would have finished.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetRuntime()

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Tween.GetRuntime"]

See Also