Package | Description |
---|---|
com.badlogic.gdx.maps.tiled | |
com.badlogic.gdx.maps.tiled.renderers |
Modifier and Type | Class and Description |
---|---|
class |
BaseTmxMapLoader<P extends AssetLoaderParameters<TiledMap>> |
Modifier and Type | Field and Description |
---|---|
protected TiledMap |
BaseTmxMapLoader.map |
Modifier and Type | Method and Description |
---|---|
TiledMap |
TideMapLoader.load(AssetManager assetManager,
java.lang.String fileName,
FileHandle tideFile,
TideMapLoader.Parameters parameter) |
TiledMap |
AtlasTmxMapLoader.load(java.lang.String fileName) |
TiledMap |
TideMapLoader.load(java.lang.String fileName) |
TiledMap |
TmxMapLoader.load(java.lang.String fileName)
Loads the
TiledMap from the given file. |
TiledMap |
AtlasTmxMapLoader.load(java.lang.String fileName,
AtlasTmxMapLoader.AtlasTiledMapLoaderParameters parameter) |
TiledMap |
TmxMapLoader.load(java.lang.String fileName,
TmxMapLoader.Parameters parameters)
Loads the
TiledMap from the given file. |
protected TiledMap |
AtlasTmxMapLoader.loadMap(XmlReader.Element root,
FileHandle tmxFile,
com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver resolver) |
TiledMap |
AtlasTmxMapLoader.loadSync(AssetManager manager,
java.lang.String fileName,
FileHandle file,
AtlasTmxMapLoader.AtlasTiledMapLoaderParameters parameter) |
TiledMap |
TmxMapLoader.loadSync(AssetManager manager,
java.lang.String fileName,
FileHandle file,
TmxMapLoader.Parameters parameter) |
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 |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseTmxMapLoader.loadImageLayer(TiledMap map,
XmlReader.Element element,
FileHandle tmxFile,
ImageResolver imageResolver) |
protected void |
BaseTmxMapLoader.loadObject(TiledMap map,
MapLayer layer,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadObjectGroup(TiledMap map,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadTileLayer(TiledMap map,
XmlReader.Element element) |
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. |
Modifier and Type | Field and Description |
---|---|
protected TiledMap |
BatchTiledMapRenderer.map |
protected TiledMap |
OrthoCachedTiledMapRenderer.map |
Modifier and Type | Method and Description |
---|---|
TiledMap |
BatchTiledMapRenderer.getMap() |
Modifier and Type | Method and Description |
---|---|
void |
BatchTiledMapRenderer.setMap(TiledMap map) |