| 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
)
Private Sub InitSliderRange (
min As Single,
max As Single,
v As Single
)
private:
void InitSliderRange(
float min,
float max,
float v
)
private member InitSliderRange :
min : float32 *
max : float32 *
v : float32 -> unit
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