Click or drag to resize
FloatRange Constructor
Initializes a new instance of the FloatRange struct.

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

Parameters

min
Type: SystemSingle
Minimum.
max
Type: SystemSingle
Max.
See Also