Tweening.Sequence
Static Method in Tweening
Declaration
public static Sequence Sequence()
Description
Creates a new, empty tween sequence.
Returns
Sequence | The new tween sequence. |
Overload
Declaration
public static Sequence Sequence(params Tween[] tweens)
Description
Creates a new tween sequence of the given tweens.
Parameters
tweens | The tweens to add to the sequence. |
Returns
Sequence | The new tween sequence. |