static int[] |
BaseTmxMapLoader.getTileIds(XmlReader.Element element,
int width,
int height) |
protected FileHandle |
AtlasTmxMapLoader.loadAtlas(XmlReader.Element root,
FileHandle tmxFile)
May return null.
|
protected void |
BaseTmxMapLoader.loadBasicLayerInfo(MapLayer layer,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadImageLayer(TiledMap map,
XmlReader.Element element,
FileHandle tmxFile,
ImageResolver imageResolver) |
protected Array<FileHandle> |
TmxMapLoader.loadImages(XmlReader.Element root,
FileHandle tmxFile)
Loads the images in image layers
|
protected TiledMap |
AtlasTmxMapLoader.loadMap(XmlReader.Element root,
FileHandle tmxFile,
com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver resolver) |
protected void |
BaseTmxMapLoader.loadObject(TiledMap map,
MapLayer layer,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadObjectGroup(TiledMap map,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadProperties(MapProperties properties,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadTileLayer(TiledMap map,
XmlReader.Element element) |
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 |
AtlasTmxMapLoader.loadTileset(TiledMap map,
XmlReader.Element element,
FileHandle tmxFile,
com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver resolver) |
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.
|
protected Array<FileHandle> |
TmxMapLoader.loadTilesets(XmlReader.Element root,
FileHandle tmxFile)
Loads the tilesets
|