MinMaxSlider Constructor

Declaration

public MinMaxSlider();

Description

Constructor.


Declaration

public MinMaxSlider(float minValue, float maxValue, float minLimit, float maxLimit);

Parameters

minValue The minimum value in the range to be represented.
maxValue The maximum value in the range to be represented.
minLimit The minimum value of the slider limit.
maxLimit The maximum value of the slider limit.

Description

Constructor.


Declaration

public MinMaxSlider(string label, float minValue, float maxValue, float minLimit, float maxLimit);

Parameters

minValue The minimum value in the range to be represented.
maxValue The maximum value in the range to be represented.
minLimit The minimum value of the slider limit.
maxLimit The maximum value of the slider limit.

Description

Constructor.


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