Click or drag to resize

SingleLineClampAttribute Constructor

Constructor

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public SingleLineClampAttribute(
	string tooltip,
	float minValue,
	float maxValue
)

Parameters

tooltip
Type: SystemString
Tooltip
minValue
Type: SystemSingle
Min value
maxValue
Type: SystemSingle
Max value
See Also