Package | Description |
---|---|
com.badlogic.gdx.maps | |
com.badlogic.gdx.maps.tiled |
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) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<MapLayer> |
MapLayers.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
MapLayers.add(MapLayer layer) |
void |
MapLayers.remove(MapLayer layer) |
Modifier and Type | Class and Description |
---|---|
class |
TiledMapTileLayer |
Modifier and Type | Method and Description |
---|---|
protected void |
AtlasTmxMapLoader.loadObject(MapLayer layer,
XmlReader.Element element) |
protected void |
TmxMapLoader.loadObject(MapLayer layer,
XmlReader.Element element) |