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

idThe id of the tween(s) to kill.
completeWhether to complete the tweens before being killed.