ITweenEventHandler.OnTweenUpdate


Declaration

void OnTweenUpdate(Tween tween)

Description

An event invoked every time the tween is updated, i.e., any time the parameter being animated is changed.

Parameters

tweenThe tween that invoked the event.