| ASLSliderWithEchoSetSliderLabel Method |
Sets the label of the slider
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private void SetSliderLabel(
string l
)
Private Sub SetSliderLabel (
l As String
)
private:
void SetSliderLabel(
String^ l
)
private member SetSliderLabel :
l : string -> unit
Parameters
- l
- Type: SystemString
The to be label of the slider
See Also