// Assembly: DOTween
// Full name: DG.Tweening.Sequence

namespace DG.Tweening
{
public class Sequence // TypeDefIndex: 11138
{
	// Fields
	type#9166 sequencedTweens;
	type#8378 _sequencedObjs;
	type#26061 lastTweenInsertTime;

	// Methods
	// RVA: -1
	internal type#28660 .ctor() { }
	// RVA: -1
	internal static type#25818 DoPrepend(type#25818 inSequence, type#27677 t) { }
	// RVA: -1
	internal static type#25818 DoInsert(type#25818 inSequence, type#27677 t, type#26059 atPosition) { }
	// RVA: -1
	internal static type#25818 DoAppendInterval(type#25818 inSequence, type#26059 interval) { }
	// RVA: -1
	internal static type#25818 DoPrependInterval(type#25818 inSequence, type#26059 interval) { }
	// RVA: -1
	internal static type#25818 DoInsertCallback(type#25818 inSequence, type#27681 callback, type#26059 atPosition) { }
	// RVA: -1
	internal virtual type#28660 Reset() { }
	// RVA: -1
	internal virtual type#15313 Validate() { }
	// RVA: -1
	internal virtual type#15313 Startup() { }
	// RVA: -1
	internal virtual type#15313 ApplyTween(type#26059 prevPosition, type#20867 prevCompletedLoops, type#20867 newCompletedSteps, type#15313 useInversePosition, type#28185 updateMode, type#28189 updateNotice) { }
	// RVA: -1
	internal static type#28660 Setup(type#25818 s) { }
	// RVA: -1
	internal static type#15313 DoStartup(type#25818 s) { }
	// RVA: -1
	internal static type#15313 DoApplyTween(type#25818 s, type#26059 prevPosition, type#20867 prevCompletedLoops, type#20867 newCompletedSteps, type#15313 useInversePosition, type#28185 updateMode) { }
	// RVA: -1
	private static type#15313 ApplyInternalCycle(type#25818 s, type#26059 fromPos, type#26059 toPos, type#28185 updateMode, type#15313 useInverse, type#15313 prevPosIsInverse, type#15335 multiCycleStep) { }
	// RVA: -1
	private static type#28660 StableSortSequencedObjs(type#8377 list) { }
	// RVA: -1
	private static type#15313 IsAnyCallbackSet(type#25818 s) { }
}
}
