Sequence.PrependMethod in SequenceDeclarationpublic Sequence Prepend(Tween tween)DescriptionAdds a new tween to the beginning of the sequence.ParameterstweenThe tween to add.ReturnsSequenceThe sequence itself to allow for chaining.