| ASLSliderWithEchoUpdateSlider Method |
Updates the slider value, old value, and echo
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void UpdateSlider(
float _newFloat
)
Public Sub UpdateSlider (
_newFloat As Single
)
public:
void UpdateSlider(
float _newFloat
)
member UpdateSlider :
_newFloat : float32 -> unit
Parameters
- _newFloat
- Type: SystemSingle
The new value of the slider
See Also