Example usage for Java com.badlogic.gdx.maps.tiled TiledMapTileSet fields, constructors, methods, implement or subclass
The text is from its open source code.
TiledMapTileSet() Creates empty tileset |
String | getName() |
MapProperties | getProperties() |
TiledMapTile | getTile(int id) Gets the TiledMapTile that has the given id. |
Iterator | iterator() |
void | putTile(int id, TiledMapTile tile) Adds or replaces tile with that id |
void | setName(String name) |
int | size() |