Skip to content

UITween.IsComplete Property

Definition

Namespace: Brine2D.UI

Whether the tween has finished \(always false for looping tweens\).

C#
public bool IsComplete { get; private set; }

Property Value

System.Boolean