Example usage for com.badlogic.gdx.graphics.g2d.tiled TileSet subclass-usage

List of usage examples for com.badlogic.gdx.graphics.g2d.tiled TileSet subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.graphics.g2d.tiled TileSet subclass-usage.

Usage

From source file com.sertaogames.cactus2d.misc.TileSetLayout.java

/** Contains extra information that can only be calculated after a Tiled Map's tile set images are loaded.
 * @author David Fraska */
public class TileSetLayout extends TileSet {

    public final BufferedImage image;
    private final IntMap<Vector2> imageTilePositions;