Skip to content

UITweenSequence.IsPaused Property

Definition

Namespace: Brine2D.UI

Whether the sequence is paused. Paused sequences ignore Update\(float\) calls.

C#
public bool IsPaused { get; set; }

Property Value

System.Boolean