Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Touchpad.TouchpadStyle
-
Packages that use Touchpad.TouchpadStyle Package Description com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of Touchpad.TouchpadStyle in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return Touchpad.TouchpadStyle Modifier and Type Method Description Touchpad.TouchpadStyleTouchpad. getStyle()Returns the touchpad's style.Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Touchpad.TouchpadStyle Modifier and Type Method Description voidTouchpad. setStyle(Touchpad.TouchpadStyle style)Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Touchpad.TouchpadStyle Constructor Description Touchpad(float deadzoneRadius, Touchpad.TouchpadStyle style)TouchpadStyle(Touchpad.TouchpadStyle style)
-