Tweening.Complete<T>

Static Method in Tweening

Declaration

public static void Complete<T>(T target)
    where T : class

Description

Completes any alive tween that is animating the given target object.

Type Parameters

TThe type of the target object.

Parameters

targetThe target object to complete the tweens of.