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().
Parameters
tween UITween
UICanvas.StopTween\(UITweenSequence\) Method
Removes a sequence from the active list. No-op if it is not registered.
Parameters
sequence UITweenSequence