Click or drag to resize

TweenIsActive Method

Returns true if any tweens are currently running.

Note: This method doesn't consider tweens that have ended.

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

Return Value

Type: Boolean

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

See Also