Click or drag to resize

MinMaxSliderAttribute Constructor

Constructor

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public MinMaxSliderAttribute(
	float min,
	float max,
	string tooltip
)

Parameters

min
Type: SystemSingle
Min value
max
Type: SystemSingle
Max value
tooltip
Type: SystemString
Tooltip
See Also