Skip to content

UITween.OnUpdate Event

Definition

Namespace: Brine2D.UI

Fired each frame the tween advances, with the current eased value.

C#
public event Action<float>? OnUpdate;

Event Type

System.Action<System.Single>