Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MinMaxSlider

Constructor.
Read time 1 minuteLast updated 13 days ago

Definition

MinMaxSlider()

Constructor.
public MinMaxSlider()

MinMaxSlider(float, float, float, float)

Constructor.
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.

MinMaxSlider(string, float, float, float, float)

Constructor.
public MinMaxSlider(string label, float minValue = 0, float maxValue = 10, float minLimit = -3.4028235E+38, float maxLimit = 3.4028235E+38)

Parameters

label


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.