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

namespace DG.Tweening
{
public class Tweener // TypeDefIndex: 11220
{
	// Fields
	type#15315 hasManuallySetStartValue;
	type#15315 isFromAllowed;

	// Methods
	// RVA: -1
	internal type#28660 .ctor() { }
	// RVA: -1
	public abstract type#27696 ChangeStartValue(type#23705 newStartValue, type#26077 newDuration) { }
	// RVA: -1
	public abstract type#27696 ChangeEndValue(type#23705 newEndValue, type#26077 newDuration, type#15335 snapStartValue) { }
	// RVA: -1
	public abstract type#27696 ChangeEndValue(type#23705 newEndValue, type#15313 snapStartValue) { }
	// RVA: -1
	public abstract type#27696 ChangeValues(type#23705 newStartValue, type#23705 newEndValue, type#26077 newDuration) { }
	// RVA: -1
	internal abstract type#27696 SetFrom(type#15313 relative) { }
	// RVA: -1
	internal static type#15313 Setup(type#10670 t, type#4306 getter, type#4327 setter, type#1969 endValue, type#26059 duration, type#2984 plugin) { }
	// RVA: -1
	internal static type#26059 DoUpdateDelay(type#10669 t, type#26059 elapsed) { }
	// RVA: -1
	internal static type#15313 DoStartup(type#10668 t) { }
	// RVA: -1
	internal static type#10666 DoChangeStartValue(type#10666 t, type#1965 newStartValue, type#26059 newDuration) { }
	// RVA: -1
	internal static type#10665 DoChangeEndValue(type#10665 t, type#1964 newEndValue, type#26059 newDuration, type#15313 snapStartValue) { }
	// RVA: -1
	internal static type#10667 DoChangeValues(type#10667 t, type#1966 newStartValue, type#1966 newEndValue, type#26059 newDuration) { }
	// RVA: -1
	private static type#15313 DOStartupSpecials(type#10664 t) { }
	// RVA: -1
	private static type#28660 DOStartupDurationBased(type#10663 t) { }
}
}
