SliderInt
Constructors for the SliderInt.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
SliderInt()
Constructors for the SliderInt.
public SliderInt()
SliderInt(int, int, SliderDirection, float)
Constructors for the SliderInt.
public SliderInt(int start, int end, SliderDirection direction = SliderDirection.Horizontal, float pageSize = 0)
Parameters
This is the low value of the slider.
This is the high value of the slider.
This is the slider direction, horizontal or vertical.
This is the number of values to change when the slider is clicked.
SliderInt(string, int, int, SliderDirection, float)
Constructors for the SliderInt.
public SliderInt(string label, int start = 0, int end = 10, SliderDirection direction = SliderDirection.Horizontal, float pageSize = 0)
Parameters
This is the low value of the slider.
This is the high value of the slider.
This is the slider direction, horizontal or vertical.
This is the number of values to change when the slider is clicked.