public class RenderPool
extends java.lang.Object
| Constructor and Description |
|---|
RenderPool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
free(Renderable r) |
static SpriteRenderable |
light() |
static ParticleRenderable |
particle() |
static SpriteRenderable |
sprite(com.badlogic.gdx.graphics.g2d.TextureRegion region) |
static TextRenderable |
text() |
public static SpriteRenderable sprite(com.badlogic.gdx.graphics.g2d.TextureRegion region)
public static TextRenderable text()
public static SpriteRenderable light()
public static ParticleRenderable particle()
public static void free(Renderable r)