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

namespace DG.Tweening
{
public class Ease // TypeDefIndex: 11127
{
	// Fields
	type#20890 value__;
	type#17695 Unset;
	type#17695 Linear;
	type#17695 InSine;
	type#17695 OutSine;
	type#17695 InOutSine;
	type#17695 InQuad;
	type#17695 OutQuad;
	type#17695 InOutQuad;
	type#17695 InCubic;
	type#17695 OutCubic;
	type#17695 InOutCubic;
	type#17695 InQuart;
	type#17695 OutQuart;
	type#17695 InOutQuart;
	type#17695 InQuint;
	type#17695 OutQuint;
	type#17695 InOutQuint;
	type#17695 InExpo;
	type#17695 OutExpo;
	type#17695 InOutExpo;
	type#17695 InCirc;
	type#17695 OutCirc;
	type#17695 InOutCirc;
	type#17695 InElastic;
	type#17695 OutElastic;
	type#17695 InOutElastic;
	type#17695 InBack;
	type#17695 OutBack;
	type#17695 InOutBack;
	type#17695 InBounce;
	type#17695 OutBounce;
	type#17695 InOutBounce;
	type#17695 Flash;
	type#17695 InFlash;
	type#17695 OutFlash;
	type#17695 InOutFlash;
	type#17695 INTERNAL_Zero;
	type#17695 INTERNAL_Custom;
}
}
