Uses of Class
com.badlogic.gdx.maps.MapLayer
-
Packages that use MapLayer Package Description com.badlogic.gdx.maps com.badlogic.gdx.maps.tiled com.badlogic.gdx.maps.tiled.renderers -
-
Uses of MapLayer in com.badlogic.gdx.maps
Subclasses of MapLayer in com.badlogic.gdx.maps Modifier and Type Class Description classMapGroupLayerMap layer containing a set of MapLayers, objects and propertiesMethods in com.badlogic.gdx.maps with type parameters of type MapLayer Modifier and Type Method Description <T extends MapLayer>
Array<T>MapLayers. getByType(java.lang.Class<T> type)<T extends MapLayer>
Array<T>MapLayers. getByType(java.lang.Class<T> type, Array<T> fill)Methods in com.badlogic.gdx.maps that return MapLayer Modifier and Type Method Description MapLayerMapLayers. get(int index)MapLayerMapLayers. get(java.lang.String name)MapLayerMapLayer. getParent()Methods in com.badlogic.gdx.maps that return types with arguments of type MapLayer Modifier and Type Method Description java.util.Iterator<MapLayer>MapLayers. iterator()Methods in com.badlogic.gdx.maps with parameters of type MapLayer Modifier and Type Method Description voidMapLayers. add(MapLayer layer)intMapLayers. getIndex(MapLayer layer)Get the index of the layer in the collection, or -1 if no such layer exists.voidMapLayers. remove(MapLayer layer)voidMapLayer. setParent(MapLayer parent) -
Uses of MapLayer in com.badlogic.gdx.maps.tiled
Subclasses of MapLayer in com.badlogic.gdx.maps.tiled Modifier and Type Class Description classTiledMapImageLayerclassTiledMapTileLayerMethods in com.badlogic.gdx.maps.tiled with parameters of type MapLayer Modifier and Type Method Description protected voidBaseTmxMapLoader. loadBasicLayerInfo(MapLayer layer, XmlReader.Element element)protected voidBaseTmxMapLoader. loadObject(TiledMap map, MapLayer layer, XmlReader.Element element)voidTiledMapRenderer. renderObjects(MapLayer layer) -
Uses of MapLayer in com.badlogic.gdx.maps.tiled.renderers
Methods in com.badlogic.gdx.maps.tiled.renderers with parameters of type MapLayer Modifier and Type Method Description protected voidBatchTiledMapRenderer. renderMapLayer(MapLayer layer)voidBatchTiledMapRenderer. renderObjects(MapLayer layer)voidOrthoCachedTiledMapRenderer. renderObjects(MapLayer layer)
-