Tweening.Kill
Static Method in Tweening
Declaration
public static void Kill(int id, bool complete = false)Description
Kills any alive tween that matches the given id. Optionally, the tweens can be completed before being killed.
Parameters
| id | The id of the tween(s) to kill. |
| complete | Whether to complete the tweens before being killed. |