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

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

Introduction

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

The text is from its open source code.

Constructor

PolygonSprite(PolygonRegion region)
PolygonSprite(PolygonSprite sprite)
Creates a sprite that is a copy in every way of the specified sprite.

Method