Skip to content

UITween.IsPaused Property

Definition

Namespace: Brine2D.UI

Whether the tween is paused. Paused tweens ignore Update\(float\) calls.

C#
public bool IsPaused { get; set; }

Property Value

System.Boolean