Sequence.Prepend

Method in Sequence

Declaration

public Sequence Prepend(Tween tween)

Description

Adds a new tween to the beginning of the sequence.

Parameters

tweenThe tween to add.

Returns

SequenceThe sequence itself to allow for chaining.