Tweening.Restart<T>
Static Method in Tweening
Declaration
public static void Restart<T>(T target)
where T : class
Description
Restarts any alive tween that is animating the given target object.
Type Parameters
T | The type of the target object. |
Parameters
target | The target object to restart the tweens of. |