Sequence.AppendMethod in SequenceDeclarationpublic Sequence Append(Tween tween)DescriptionAdds a new tween to the end of the sequence.ParameterstweenThe tween to add.ReturnsSequenceThe sequence itself to allow for chaining.