List of usage examples for com.badlogic.gdx.graphics.g2d SpriteBatch draw
@Override
public void draw(TextureRegion region, float width, float height, Affine2 transform)
From source file:okj.easy.graphics.graphics2d.SpriteA.java
License:Apache License
public void draw(SpriteBatch spriteBatch) { spriteBatch.draw(mCurrentTexture, getVertices(), 0, SPRITE_SIZE); }