public class RenderableList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.badlogic.gdx.utils.Array<Renderable> |
renderables |
| Constructor and Description |
|---|
RenderableList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Renderable renderable) |
void |
free() |
void |
setPosition(float x,
float y) |
public com.badlogic.gdx.utils.Array<Renderable> renderables
public void add(Renderable renderable)
public void setPosition(float x,
float y)
public void free()