Java com.badlogic.gdx.graphics.g2d PolygonSpriteBatch fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.graphics.g2d PolygonSpriteBatch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.graphics.g2d PolygonSpriteBatch.

The text is from its open source code.

Constructor

PolygonSpriteBatch()
Constructs a new PolygonSpriteBatch with a size of 2000, the default shader, and one buffer.
PolygonSpriteBatch(int size)
Constructs a PolygonSpriteBatch with the default shader and one buffer.

Method