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

namespace UnityEngine.UIElements
{
public class Slider // TypeDefIndex: 5354
{
	// Fields
	type#26592 ussClassName;
	type#26592 labelUssClassName;
	type#26592 inputUssClassName;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#26059 start, type#26059 end, type#26114 direction, type#26077 pageSize) { }
	// RVA: -1
	public type#28660 .ctor(type#26576 label, type#26077 start, type#26077 end, type#26114 direction, type#26077 pageSize) { }
	// RVA: -1
	public virtual type#28660 ApplyInputDeviceDelta(type#28468 delta, type#17262 speed, type#26059 startValue) { }
	// RVA: -1
	internal virtual type#26059 SliderLerpUnclamped(type#26059 a, type#26059 b, type#26059 interpolant) { }
	// RVA: -1
	internal virtual type#26059 SliderNormalizeValue(type#26059 currentValue, type#26059 lowerValue, type#26059 higherValue) { }
	// RVA: -1
	internal virtual type#26059 SliderRange() { }
	// RVA: -1
	internal virtual type#26059 ParseStringToValue(type#26576 previousValue, type#26576 newValue) { }
	// RVA: -1
	internal virtual type#28660 ComputeValueFromKey(type#10179 sliderKey, type#15313 isShift) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
