// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.EasingMode

namespace UnityEngine.UIElements
{
public class EasingMode // TypeDefIndex: 5749
{
	// Fields
	type#20890 value__;
	type#17707 Ease;
	type#17707 EaseIn;
	type#17707 EaseOut;
	type#17707 EaseInOut;
	type#17707 Linear;
	type#17707 EaseInSine;
	type#17707 EaseOutSine;
	type#17707 EaseInOutSine;
	type#17707 EaseInCubic;
	type#17707 EaseOutCubic;
	type#17707 EaseInOutCubic;
	type#17707 EaseInCirc;
	type#17707 EaseOutCirc;
	type#17707 EaseInOutCirc;
	type#17707 EaseInElastic;
	type#17707 EaseOutElastic;
	type#17707 EaseInOutElastic;
	type#17707 EaseInBack;
	type#17707 EaseOutBack;
	type#17707 EaseInOutBack;
	type#17707 EaseInBounce;
	type#17707 EaseOutBounce;
	type#17707 EaseInOutBounce;
}
}
