Click or drag to resize

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
)

Parameters

_newValue
Type: SystemSingle
The newest value of the slider
See Also