public class LibgdxSpriteBatchWrapper
extends com.badlogic.gdx.graphics.g2d.SpriteBatch
| Constructor and Description |
|---|
LibgdxSpriteBatchWrapper() |
LibgdxSpriteBatchWrapper(int size) |
LibgdxSpriteBatchWrapper(int size,
com.badlogic.gdx.graphics.glutils.ShaderProgram defaultShader) |
| Modifier and Type | Method and Description |
|---|---|
TextureFilter |
getMagFilter() |
TextureFilter |
getMinFilter() |
void |
setMagFilter(TextureFilter magFilter) |
void |
setMinFilter(TextureFilter minFilter) |
protected void |
switchTexture(com.badlogic.gdx.graphics.Texture texture) |
begin, createDefaultShader, disableBlending, dispose, draw, draw, draw, draw, draw, draw, draw, draw, draw, draw, draw, draw, enableBlending, end, flush, getBlendDstFunc, getBlendDstFuncAlpha, getBlendSrcFunc, getBlendSrcFuncAlpha, getColor, getPackedColor, getProjectionMatrix, getShader, getTransformMatrix, isBlendingEnabled, isDrawing, setBlendFunction, setBlendFunctionSeparate, setColor, setColor, setColor, setProjectionMatrix, setShader, setTransformMatrixpublic LibgdxSpriteBatchWrapper()
public LibgdxSpriteBatchWrapper(int size)
public LibgdxSpriteBatchWrapper(int size,
com.badlogic.gdx.graphics.glutils.ShaderProgram defaultShader)
protected void switchTexture(com.badlogic.gdx.graphics.Texture texture)
switchTexture in class com.badlogic.gdx.graphics.g2d.SpriteBatchpublic TextureFilter getMinFilter()
public void setMinFilter(TextureFilter minFilter)
public TextureFilter getMagFilter()
public void setMagFilter(TextureFilter magFilter)