Tweening.Sequence

Static Method in Tweening

Declaration

public static Sequence Sequence()

Description

Creates a new, empty tween sequence.

Returns

SequenceThe new tween sequence.

Overload

Declaration

public static Sequence Sequence(params Tween[] tweens)

Description

Creates a new tween sequence of the given tweens.

Parameters

tweensThe tweens to add to the sequence.

Returns

SequenceThe new tween sequence.