Package | Description |
---|---|
com.badlogic.gdx.maps.tiled | |
com.badlogic.gdx.maps.tiled.renderers |
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 parameter)
Loads the
TiledMap from the given file. |
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 |
BaseTmxMapLoader.loadTiledMap(FileHandle tmxFile,
P parameter,
ImageResolver imageResolver)
Loads the map data, given the XML root element
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseTmxMapLoader.loadImageLayer(TiledMap map,
MapLayers parentLayers,
XmlReader.Element element,
FileHandle tmxFile,
ImageResolver imageResolver) |
protected void |
BaseTmxMapLoader.loadLayer(TiledMap map,
MapLayers parentLayers,
XmlReader.Element element,
FileHandle tmxFile,
ImageResolver imageResolver) |
protected void |
BaseTmxMapLoader.loadLayerGroup(TiledMap map,
MapLayers parentLayers,
XmlReader.Element element,
FileHandle tmxFile,
ImageResolver imageResolver) |
protected void |
BaseTmxMapLoader.loadObject(TiledMap map,
MapLayer layer,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadObject(TiledMap map,
MapObjects objects,
XmlReader.Element element,
float heightInPixels) |
protected void |
BaseTmxMapLoader.loadObject(TiledMap map,
TiledMapTile tile,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadObjectGroup(TiledMap map,
MapLayers parentLayers,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadTileLayer(TiledMap map,
MapLayers parentLayers,
XmlReader.Element element) |
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) |