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
)
Public Sub New (
tooltip As String,
minValue As Single,
maxValue As Single
)
public:
SingleLineClampAttribute(
String^ tooltip,
float minValue,
float maxValue
)
new :
tooltip : string *
minValue : float32 *
maxValue : float32 -> SingleLineClampAttribute
Parameters
- tooltip
- Type: SystemString
Tooltip - minValue
- Type: SystemSingle
Min value - maxValue
- Type: SystemSingle
Max value
See Also