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

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

Parameters

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