public interface TiledParserListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
onBeginParsing(String orientation,
              com.badlogic.gdx.graphics.Color backgroundColor,
              int width,
              int height,
              int tileWidth,
              int tileHeight)  | 
void | 
onMapPropertyParsed(String propertyName,
                   String value)  | 
void | 
onObjectGroupParsed(TiledObjectGroup parsedObjectGroup)  | 
void | 
onTileLayerParsed(TileLayer parsedLayer)  | 
void | 
onTilePropertiesParsed(Tile tile)  | 
void | 
onTilesetParsed(Tileset parsedTileset)  | 
void onBeginParsing(String orientation, com.badlogic.gdx.graphics.Color backgroundColor, int width, int height, int tileWidth, int tileHeight)
void onTilePropertiesParsed(Tile tile)
void onTilesetParsed(Tileset parsedTileset)
void onTileLayerParsed(TileLayer parsedLayer)
void onObjectGroupParsed(TiledObjectGroup parsedObjectGroup)
Copyright © 2014. All rights reserved.