static int[] |
TmxMapHelper.getTileIds(XmlReader.Element element,
int width,
int height) |
protected FileHandle |
AtlasTmxMapLoader.loadAtlas(XmlReader.Element root,
FileHandle tmxFile)
May return null.
|
protected TiledMap |
AtlasTmxMapLoader.loadMap(XmlReader.Element root,
FileHandle tmxFile,
com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver resolver,
AtlasTmxMapLoader.AtlasTiledMapLoaderParameters parameter) |
protected void |
AtlasTmxMapLoader.loadObject(MapLayer layer,
XmlReader.Element element) |
protected void |
TmxMapLoader.loadObject(MapLayer layer,
XmlReader.Element element) |
protected void |
AtlasTmxMapLoader.loadObjectGroup(TiledMap map,
XmlReader.Element element) |
protected void |
TmxMapLoader.loadObjectGroup(TiledMap map,
XmlReader.Element element) |
protected void |
AtlasTmxMapLoader.loadProperties(MapProperties properties,
XmlReader.Element element) |
protected void |
TmxMapLoader.loadProperties(MapProperties properties,
XmlReader.Element element) |
protected void |
AtlasTmxMapLoader.loadTileLayer(TiledMap map,
XmlReader.Element element) |
protected void |
TmxMapLoader.loadTileLayer(TiledMap map,
XmlReader.Element element)
Load one layer (a 'layer' tag).
|
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,
AtlasTmxMapLoader.AtlasTiledMapLoaderParameters parameter) |
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
|