public abstract class RendererModule<T extends ModuleController<T>> extends Module<T>
| Modifier and Type | Field and Description |
|---|---|
com.badlogic.gdx.graphics.g2d.SpriteBatch |
batch |
com.badlogic.gdx.graphics.OrthographicCamera |
camera |
float |
cameraScale |
| Constructor and Description |
|---|
RendererModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
resize(int width,
int height) |
clearScreen, clearScreen, clearScreen, delta, dispose, getModule, gheight, gwidth, init, log, pause, resume, updatepublic com.badlogic.gdx.graphics.OrthographicCamera camera
public com.badlogic.gdx.graphics.g2d.SpriteBatch batch
public float cameraScale
public void resize(int width,
int height)
resize in class Module<T extends ModuleController<T>>