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