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

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

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