// Assembly: UnityEngine.UI
// Full name: UnityEngine.UI.Slider

namespace UnityEngine.UI
{
public class Slider // TypeDefIndex: 10719
{
	// Fields
	type#25044 m_FillRect;
	type#25044 m_HandleRect;
	type#33697 m_Direction;
	type#26060 m_MinValue;
	type#26060 m_MaxValue;
	type#15314 m_WholeNumbers;
	type#26062 m_Value;
	type#33701 m_OnValueChanged;
	type#20720 m_FillImage;
	type#27606 m_FillTransform;
	type#25044 m_FillContainerRect;
	type#27606 m_HandleTransform;
	type#25044 m_HandleContainerRect;
	type#28440 m_Offset;
	type#17487 m_Tracker;
	type#15314 m_DelayedUpdateVisuals;

	// Methods
	// RVA: -1
	public type#25043 get_fillRect() { }
	// RVA: -1
	public type#28660 set_fillRect(type#25043 value) { }
	// RVA: -1
	public type#25043 get_handleRect() { }
	// RVA: -1
	public type#28660 set_handleRect(type#25043 value) { }
	// RVA: -1
	public type#33696 get_direction() { }
	// RVA: -1
	public type#28660 set_direction(type#33696 value) { }
	// RVA: -1
	public type#26059 get_minValue() { }
	// RVA: -1
	public type#28660 set_minValue(type#26059 value) { }
	// RVA: -1
	public type#26059 get_maxValue() { }
	// RVA: -1
	public type#28660 set_maxValue(type#26059 value) { }
	// RVA: -1
	public type#15313 get_wholeNumbers() { }
	// RVA: -1
	public type#28660 set_wholeNumbers(type#15313 value) { }
	// RVA: -1
	public virtual type#26059 get_value() { }
	// RVA: -1
	public virtual type#28660 set_value(type#26059 value) { }
	// RVA: -1
	public virtual type#28660 SetValueWithoutNotify(type#26059 input) { }
	// RVA: -1
	public type#26059 get_normalizedValue() { }
	// RVA: -1
	public type#28660 set_normalizedValue(type#26059 value) { }
	// RVA: -1
	public type#33700 get_onValueChanged() { }
	// RVA: -1
	public type#28660 set_onValueChanged(type#33700 value) { }
	// RVA: -1
	private type#26059 get_stepSize() { }
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public virtual type#28660 Rebuild(type#15761 executing) { }
	// RVA: -1
	public virtual type#28660 LayoutComplete() { }
	// RVA: -1
	public virtual type#28660 GraphicUpdateComplete() { }
	// RVA: -1
	protected virtual type#28660 OnEnable() { }
	// RVA: -1
	protected virtual type#28660 OnDisable() { }
	// RVA: -1
	protected virtual type#28660 Update() { }
	// RVA: -1
	protected virtual type#28660 OnDidApplyAnimationProperties() { }
	// RVA: -1
	private type#28660 UpdateCachedReferences() { }
	// RVA: -1
	private type#26059 ClampValue(type#26059 input) { }
	// RVA: -1
	protected virtual type#28660 Set(type#26059 input, type#15335 sendCallback) { }
	// RVA: -1
	protected virtual type#28660 OnRectTransformDimensionsChange() { }
	// RVA: -1
	private type#33694 get_axis() { }
	// RVA: -1
	private type#15313 get_reverseValue() { }
	// RVA: -1
	private type#28660 UpdateVisuals() { }
	// RVA: -1
	private type#28660 UpdateDrag(type#24510 eventData, type#15691 cam) { }
	// RVA: -1
	private type#15313 MayDrag(type#24510 eventData) { }
	// RVA: -1
	public virtual type#28660 OnPointerDown(type#24510 eventData) { }
	// RVA: -1
	public virtual type#28660 OnDrag(type#24510 eventData) { }
	// RVA: -1
	public virtual type#28660 OnMove(type#14822 eventData) { }
	// RVA: -1
	public virtual type#25783 FindSelectableOnLeft() { }
	// RVA: -1
	public virtual type#25783 FindSelectableOnRight() { }
	// RVA: -1
	public virtual type#25783 FindSelectableOnUp() { }
	// RVA: -1
	public virtual type#25783 FindSelectableOnDown() { }
	// RVA: -1
	public virtual type#28660 OnInitializePotentialDrag(type#24510 eventData) { }
	// RVA: -1
	public type#28660 SetDirection(type#33696 direction, type#15313 includeRectLayouts) { }
	// RVA: -1
	private virtual type#27605 UnityEngine.UI.ICanvasElement.get_transform() { }
}
}
