SliderController Class |
Namespace: SimpleDemos
The SliderController type exposes the following members.
Name | Description | |
---|---|---|
SliderController | Initializes a new instance of the SliderController class |
Name | Description | |
---|---|---|
FunctionToCallAfterChangingSlider |
This is the function that gets called after the slider value is changed AND that new value has been received from
the GameLift relay server. You cannot have more or less parameters than the ones shown here when you make your
own function due to this function being a ASLObject.FloatCallback function.
| |
Start |
Initializes the ASL sliders in the scene
|
Name | Description | |
---|---|---|
m_ExampleSlider |
An example of how to use the ASLSliderWithEcho. Feel free to change the name of this to whatever suits your application
and to add as many as you want.
|