Uses of Class
com.badlogic.gdx.maps.MapLayers
-
Packages that use MapLayers Package Description com.badlogic.gdx.maps com.badlogic.gdx.maps.tiled -
-
Uses of MapLayers in com.badlogic.gdx.maps
Methods in com.badlogic.gdx.maps that return MapLayers Modifier and Type Method Description MapLayersMap. getLayers()MapLayersMapGroupLayer. getLayers() -
Uses of MapLayers in com.badlogic.gdx.maps.tiled
Methods in com.badlogic.gdx.maps.tiled with parameters of type MapLayers Modifier and Type Method Description protected voidBaseTmxMapLoader. loadImageLayer(TiledMap map, MapLayers parentLayers, XmlReader.Element element, FileHandle tmxFile, ImageResolver imageResolver)protected voidBaseTmxMapLoader. loadLayer(TiledMap map, MapLayers parentLayers, XmlReader.Element element, FileHandle tmxFile, ImageResolver imageResolver)protected voidBaseTmxMapLoader. loadLayerGroup(TiledMap map, MapLayers parentLayers, XmlReader.Element element, FileHandle tmxFile, ImageResolver imageResolver)protected voidBaseTmxMapLoader. loadObjectGroup(TiledMap map, MapLayers parentLayers, XmlReader.Element element)protected voidBaseTmxMapLoader. loadTileLayer(TiledMap map, MapLayers parentLayers, XmlReader.Element element)
-