public class ModelList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.badlogic.gdx.utils.Array<ModelRenderable> |
models |
| Constructor and Description |
|---|
ModelList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ModelRenderable m) |
void |
free() |
public com.badlogic.gdx.utils.Array<ModelRenderable> models
public void free()
public void add(ModelRenderable m)