Java com.badlogic.gdx.maps.tiled TiledMapTileSet fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.maps.tiled TiledMapTileSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.maps.tiled TiledMapTileSet.

The text is from its open source code.

Constructor

TiledMapTileSet()
Creates empty tileset

Method

StringgetName()
MapPropertiesgetProperties()
TiledMapTilegetTile(int id)
Gets the TiledMapTile that has the given id.
Iteratoriterator()
voidputTile(int id, TiledMapTile tile)
Adds or replaces tile with that id
voidsetName(String name)
intsize()