Click or drag to resize

ASLSliderWithEchoInitSliderRange Method

Sets the range of the slider

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private void InitSliderRange(
	float min,
	float max,
	float v
)

Parameters

min
Type: SystemSingle
The minimum value of the slider
max
Type: SystemSingle
The maximum value of the slider
v
Type: SystemSingle
The current value of the slider
See Also