Skip to content

UICanvas.StopTween Method

Definition

Namespace: Brine2D.UI

Overloads
StopTween\(UITween\) Removes a tween from the active list. No-op if not registered. Does not call Complete().
StopTween\(UITweenSequence\) Removes a sequence from the active list. No-op if it is not registered.

UICanvas.StopTween\(UITween\) Method

Removes a tween from the active list. No-op if not registered. Does not call Complete().

C#
public void StopTween(Brine2D.UI.UITween tween);

Parameters

tween UITween

UICanvas.StopTween\(UITweenSequence\) Method

Removes a sequence from the active list. No-op if it is not registered.

C#
public void StopTween(Brine2D.UI.UITweenSequence sequence);

Parameters

sequence UITweenSequence