Click or drag to resize
SoftSliderAttribute Constructor
Initializes a new instance of the SoftSliderAttribute class.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public SoftSliderAttribute(
	float min,
	float max
)

Parameters

min
Type: SystemSingle
Minimum slider value.
max
Type: SystemSingle
Maximum slider value.
See Also