public class SpriteBatch
extends java.lang.Object
Constructor and Description |
---|
SpriteBatch(int maxSprites,
Program program) |
Modifier and Type | Method and Description |
---|---|
void |
beginBatch(float[] vpMatrix) |
void |
drawSprite(float x,
float y,
float width,
float height,
com.tyrlib2.graphics.text.TextureRegion region,
float[] modelMatrix) |
void |
endBatch() |
public SpriteBatch(int maxSprites, Program program)