Tweening.Stop
Static Method in Tweening
Declaration
public static void Stop(int id)
Description
Stops any alive tween that matches the given id.
Parameters
id | The id of the tween(s) to stop. |
public static void Stop(int id)
Stops any alive tween that matches the given id.
id | The id of the tween(s) to stop. |