| ASLSliderWithEchoFunctionToCallWhenSliderIsChangedByAUser Method |
This function is called whenever a slider's value is changed, sending a packet to all users to inform them of the change
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private void FunctionToCallWhenSliderIsChangedByAUser(
float _newValue
)
Private Sub FunctionToCallWhenSliderIsChangedByAUser (
_newValue As Single
)
private:
void FunctionToCallWhenSliderIsChangedByAUser(
float _newValue
)
private member FunctionToCallWhenSliderIsChangedByAUser :
_newValue : float32 -> unit
Parameters
- _newValue
- Type: SystemSingle
The newest value of the slider
See Also