Click or drag to resize

SingleLineClampAttribute Constructor

Constructor

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

Parameters

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