public class CustomRenderable extends Renderable
provider| Constructor and Description |
|---|
CustomRenderable() |
CustomRenderable(float layer) |
CustomRenderable(float layer,
RenderableHandler.BatchDrawable draw) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(com.badlogic.gdx.graphics.g2d.Batch batch) |
float |
layer() |
void |
reset() |
Renderable |
setPosition(float x,
float y) |
add, add, add, compareTo, onFree, remove, setProvider, spritepublic CustomRenderable(float layer)
public CustomRenderable(float layer,
RenderableHandler.BatchDrawable draw)
public CustomRenderable()
public void reset()
public void draw(com.badlogic.gdx.graphics.g2d.Batch batch)
draw in class Renderablepublic Renderable setPosition(float x, float y)
setPosition in class Renderablepublic float layer()
layer in class Renderable