|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Slider.SliderStyle | |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Uses of Slider.SliderStyle in com.badlogic.gdx.scenes.scene2d.ui |
---|
Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Slider.SliderStyle | |
---|---|
void |
Slider.setStyle(Slider.SliderStyle style)
Sets the style of this widget. |
Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Slider.SliderStyle | |
---|---|
Slider(float min,
float max,
float steps,
Slider.SliderStyle style)
|
|
Slider(float min,
float max,
float steps,
Slider.SliderStyle style,
java.lang.String name)
Creates a new slider. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |