SliderInt Constructor

Declaration

public SliderInt();

Description

Constructors for the SliderInt.


Declaration

public SliderInt(int start, int end, UIElements.SliderDirection direction, float pageSize);

Parameters

start This is the low value of the slider.
end This is the high value of the slider.
direction This is the slider direction, horizontal or vertical.
pageSize This is the number of values to change when the slider is clicked.

Description

Constructors for the SliderInt.


Declaration

public SliderInt(string label, int start, int end, UIElements.SliderDirection direction, float pageSize);

Parameters

start This is the low value of the slider.
end This is the high value of the slider.
direction This is the slider direction, horizontal or vertical.
pageSize This is the number of values to change when the slider is clicked.

Description

Constructors for the SliderInt.


Did you find this page useful? Please give it a rating: