| 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(Class<T> type) |
<T extends MapLayer> |
MapLayers.getByType(Class<T> type,
Array<T> fill) |
| Modifier and Type | Method and Description |
|---|---|
MapLayer |
MapLayers.get(int index) |
MapLayer |
MapLayers.get(String name) |
MapLayer |
MapLayer.getParent() |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
TiledMapRenderer.renderObjects(MapLayer layer) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrthoCachedTiledMapRenderer.renderObjects(MapLayer layer) |
void |
BatchTiledMapRenderer.renderObjects(MapLayer layer) |
Copyright © 2021. All rights reserved.