public class UIHelpers
extends java.lang.Object
Used when creating a UI
Constructor and Description |
---|
UIHelpers() |
Modifier and Type | Method and Description |
---|---|
static com.badlogic.gdx.scenes.scene2d.utils.Drawable |
getBackgroundDrawable(com.badlogic.gdx.graphics.Color color,
int width,
int height)
Returns drawable with single colour fill
|
public static com.badlogic.gdx.scenes.scene2d.utils.Drawable getBackgroundDrawable(com.badlogic.gdx.graphics.Color color, int width, int height)
color
- Colour to fill drawable with