UnityEngine.UI.Slider
class UnityEngine.UI.Slider
Fields and Properties:
- UnityEngine.RectTransform fillRect
 - UnityEngine.RectTransform handleRect
 - UnityEngine.UI.Slider.Direction direction
 - float minValue
 - float maxValue
 - bool wholeNumbers
 - float value
 - float normalizedValue
 - UnityEngine.UI.Slider.SliderEvent onValueChanged
 
Methods:
- void SetValueWithoutNotify(float)
 - void Rebuild(UnityEngine.UI.CanvasUpdate)
 - void LayoutComplete()
 - void GraphicUpdateComplete()
 - void OnPointerDown(UnityEngine.EventSystems.PointerEventData)
 - void OnDrag(UnityEngine.EventSystems.PointerEventData)
 - void OnMove(UnityEngine.EventSystems.AxisEventData)
 - UnityEngine.UI.Selectable FindSelectableOnLeft()
 - UnityEngine.UI.Selectable FindSelectableOnRight()
 - UnityEngine.UI.Selectable FindSelectableOnUp()
 - UnityEngine.UI.Selectable FindSelectableOnDown()
 - void OnInitializePotentialDrag(UnityEngine.EventSystems.PointerEventData)
 - void SetDirection(UnityEngine.UI.Slider.Direction, bool)