Package | Description |
---|---|
com.badlogic.gdx.maps | |
com.badlogic.gdx.maps.tiled | |
com.badlogic.gdx.maps.tiled.renderers |
Modifier and Type | Class and Description |
---|---|
class |
MapGroupLayer
Map layer containing a set of MapLayers, objects and properties
|
Modifier and Type | Method and Description |
---|---|
<T extends MapLayer> |
MapLayers.getByType(java.lang.Class<T> type) |
<T extends MapLayer> |
MapLayers.getByType(java.lang.Class<T> type,
Array<T> fill) |
Modifier and Type | Method and Description |
---|---|
MapLayer |
MapLayers.get(int index) |
MapLayer |
MapLayers.get(java.lang.String name) |
MapLayer |
MapLayer.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<MapLayer> |
MapLayers.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
MapLayers.add(MapLayer layer) |
int |
MapLayers.getIndex(MapLayer layer)
Get the index of the layer in the collection, or -1 if no such layer exists.
|
void |
MapLayers.remove(MapLayer layer) |
void |
MapLayer.setParent(MapLayer parent) |
Modifier and Type | Class and Description |
---|---|
class |
TiledMapImageLayer |
class |
TiledMapTileLayer |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseTmxMapLoader.loadBasicLayerInfo(MapLayer layer,
XmlReader.Element element) |
protected void |
BaseTmxMapLoader.loadObject(TiledMap map,
MapLayer layer,
XmlReader.Element element) |
void |
TiledMapRenderer.renderObjects(MapLayer layer) |
Modifier and Type | Method and Description |
---|---|
protected void |
BatchTiledMapRenderer.renderMapLayer(MapLayer layer) |
void |
BatchTiledMapRenderer.renderObjects(MapLayer layer) |
void |
OrthoCachedTiledMapRenderer.renderObjects(MapLayer layer) |