Package | Description |
---|---|
com.badlogic.gdx.graphics.glutils |
Modifier and Type | Method and Description |
---|---|
ShapeRenderer.ShapeType |
ShapeRenderer.getCurrentType()
Returns the current
ShapeRenderer.ShapeType used |
static ShapeRenderer.ShapeType |
ShapeRenderer.ShapeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeRenderer.ShapeType[] |
ShapeRenderer.ShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapeRenderer.begin(ShapeRenderer.ShapeType type)
Starts a new batch of shapes.
|