Scroller
Constructor.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Scroller()
Constructor.
public Scroller()
Scroller(float, float, Action<float>, SliderDirection)
Constructor.
public Scroller(float lowValue, float highValue, Action<float> valueChanged, SliderDirection direction = SliderDirection.Vertical)