public class EffectRenderer
extends java.lang.Object
Constructor and Description |
---|
EffectRenderer(com.jonathan.survivor.World world,
com.badlogic.gdx.graphics.g2d.SpriteBatch batcher,
com.badlogic.gdx.graphics.OrthographicCamera worldCamera)
Accepts the world from which we find the effects to draw, the SpriteBatch used to draw the effects, and the world camera
where the effects are rendered.
|
Modifier and Type | Method and Description |
---|---|
void |
render(float deltaTime) |
public EffectRenderer(com.jonathan.survivor.World world, com.badlogic.gdx.graphics.g2d.SpriteBatch batcher, com.badlogic.gdx.graphics.OrthographicCamera worldCamera)