Package com.badlogic.gdx.maps
Class MapGroupLayer
- java.lang.Object
-
- com.badlogic.gdx.maps.MapLayer
-
- com.badlogic.gdx.maps.MapGroupLayer
-
public class MapGroupLayer extends MapLayer
Map layer containing a set of MapLayers, objects and properties
-
-
Constructor Summary
Constructors Constructor Description MapGroupLayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapLayersgetLayers()voidinvalidateRenderOffset()set the renderOffsetDirty state to true, when this layer or any parents' offset has changed-
Methods inherited from class com.badlogic.gdx.maps.MapLayer
calculateRenderOffsets, getName, getObjects, getOffsetX, getOffsetY, getOpacity, getParallaxX, getParallaxY, getParent, getProperties, getRenderOffsetX, getRenderOffsetY, isVisible, setName, setOffsetX, setOffsetY, setOpacity, setParallaxX, setParallaxY, setParent, setVisible
-
-
-
-
Method Detail
-
invalidateRenderOffset
public void invalidateRenderOffset()
Description copied from class:MapLayerset the renderOffsetDirty state to true, when this layer or any parents' offset has changed- Overrides:
invalidateRenderOffsetin classMapLayer
-
-