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