public abstract class ModelRenderable
extends java.lang.Object
| Constructor and Description |
|---|
ModelRenderable() |
| Modifier and Type | Method and Description |
|---|---|
void |
add() |
ModelRenderable |
position(float x,
float y,
float z) |
void |
remove() |
abstract void |
render(com.badlogic.gdx.graphics.g3d.ModelBatch batch) |
public abstract void render(com.badlogic.gdx.graphics.g3d.ModelBatch batch)
public ModelRenderable position(float x, float y, float z)
public void add()
public void remove()