public class InteractiveObjectRenderer
extends java.lang.Object
Constructor and Description |
---|
InteractiveObjectRenderer(com.badlogic.gdx.graphics.g2d.SpriteBatch batcher)
Accepts the SpriteBatch instance used to draw the Interactive GameObjects.
|
Modifier and Type | Method and Description |
---|---|
void |
draw(InteractiveObject gameObject,
boolean transparent)
Draws the given InteractiveObject.
|
public InteractiveObjectRenderer(com.badlogic.gdx.graphics.g2d.SpriteBatch batcher)
public void draw(InteractiveObject gameObject, boolean transparent)