-
Methods in squidpony.squidgrid.gui.gdx with parameters of type UIUtil.CornerStyle
Modifier and Type |
Method |
Description |
static void |
UIUtil.drawMarginsAround(com.badlogic.gdx.graphics.glutils.ShapeRenderer renderer_,
float botLeftX,
float botLeftY,
float width,
float height,
float margin,
com.badlogic.gdx.graphics.Color color,
UIUtil.CornerStyle cornerStyle) |
|
static void |
UIUtil.drawMarginsAround(com.badlogic.gdx.graphics.glutils.ShapeRenderer renderer_,
float botLeftX,
float botLeftY,
float width,
float height,
float margin,
com.badlogic.gdx.graphics.Color color,
UIUtil.CornerStyle cornerStyle,
float zoomX,
float zoomY) |
|
static void |
UIUtil.drawMarginsAround(com.badlogic.gdx.graphics.glutils.ShapeRenderer renderer_,
com.badlogic.gdx.scenes.scene2d.Actor a,
float margin,
com.badlogic.gdx.graphics.Color color,
UIUtil.CornerStyle cornerStyle) |
Draws margins around an actor.
|