Sequence.Append

Method in Sequence

Declaration

public Sequence Append(Tween tween)

Description

Adds a new tween to the end of the sequence.

Parameters

tweenThe tween to add.

Returns

SequenceThe sequence itself to allow for chaining.