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

namespace DG.Tweening
{
public class TweenParams // TypeDefIndex: 11216
{
	// Fields
	type#27689 Params;
	type#23707 id;
	type#23707 target;
	type#28196 updateType;
	type#15315 isIndependentUpdate;
	type#27682 onStart;
	type#27682 onPlay;
	type#27682 onRewind;
	type#27682 onUpdate;
	type#27682 onStepComplete;
	type#27682 onComplete;
	type#27682 onKill;
	type#10650 onWaypointChange;
	type#15315 isRecyclable;
	type#15315 isSpeedBased;
	type#15315 autoKill;
	type#20869 loops;
	type#22197 loopType;
	type#26061 delay;
	type#15315 isRelative;
	type#17692 easeType;
	type#17699 customEase;
	type#26061 easeOvershootOrAmplitude;
	type#26061 easePeriod;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#27688 Clear() { }
	// RVA: -1
	public type#27688 SetAutoKill(type#15335 autoKillOnCompletion) { }
	// RVA: -1
	public type#27688 SetId(type#23705 id) { }
	// RVA: -1
	public type#27688 SetTarget(type#23705 target) { }
	// RVA: -1
	public type#27688 SetLoops(type#20867 loops, type#9684 loopType) { }
	// RVA: -1
	public type#27688 SetEase(type#17691 ease, type#9714 overshootOrAmplitude, type#9714 period) { }
	// RVA: -1
	public type#27688 SetEase(type#14336 animCurve) { }
	// RVA: -1
	public type#27688 SetEase(type#17698 customEase) { }
	// RVA: -1
	public type#27688 SetRecyclable(type#15335 recyclable) { }
	// RVA: -1
	public type#27688 SetUpdate(type#15313 isIndependentUpdate) { }
	// RVA: -1
	public type#27688 SetUpdate(type#28195 updateType, type#15335 isIndependentUpdate) { }
	// RVA: -1
	public type#27688 OnStart(type#27681 action) { }
	// RVA: -1
	public type#27688 OnPlay(type#27681 action) { }
	// RVA: -1
	public type#27688 OnRewind(type#27681 action) { }
	// RVA: -1
	public type#27688 OnUpdate(type#27681 action) { }
	// RVA: -1
	public type#27688 OnStepComplete(type#27681 action) { }
	// RVA: -1
	public type#27688 OnComplete(type#27681 action) { }
	// RVA: -1
	public type#27688 OnKill(type#27681 action) { }
	// RVA: -1
	public type#27688 OnWaypointChange(type#10649 action) { }
	// RVA: -1
	public type#27688 SetDelay(type#26059 delay) { }
	// RVA: -1
	public type#27688 SetRelative(type#15335 isRelative) { }
	// RVA: -1
	public type#27688 SetSpeedBased(type#15335 isSpeedBased) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
