Package | Description |
---|---|
com.badlogic.gdx.maps | |
com.badlogic.gdx.maps.tiled |
Modifier and Type | Class and Description |
---|---|
static class |
ImageResolver.AssetManagerImageResolver |
static class |
ImageResolver.DirectImageResolver |
static class |
ImageResolver.TextureAtlasImageResolver |
Modifier and Type | Method and Description |
---|---|
protected TiledMap |
TmxMapLoader.loadTilemap(XmlReader.Element root,
FileHandle tmxFile,
ImageResolver imageResolver)
Loads the map data, given the XML root element and an
ImageResolver used to return the tileset Textures |
protected void |
TmxMapLoader.loadTileSet(TiledMap map,
XmlReader.Element element,
FileHandle tmxFile,
ImageResolver imageResolver)
Loads the specified tileset data, adding it to the collection of the specified map, given the XML element, the tmxFile and
an
ImageResolver used to retrieve the tileset Textures. |