C# Class NTiled.Parsers.LayerParser

显示文件 Open project: patriksvensson/ntiled

Public Methods

Method Description
ReadLayers ( TiledMap map, System.Xml.Linq.XElement root ) : void

Private Methods

Method Description
ReadBase64TileLayer ( TiledTileLayer layer, System.Xml.Linq.XElement root ) : void
ReadCsvTileLayer ( TiledTileLayer layer, System.Xml.Linq.XElement root ) : void
ReadGenericLayerInformation ( TiledLayer layer, System.Xml.Linq.XElement root ) : void
ReadObjectGroup ( TiledMap map, System.Xml.Linq.XElement root ) : void
ReadTileLayer ( TiledMap map, System.Xml.Linq.XElement root ) : void
ReadTileLayerData ( TiledTileLayer layer, System.Xml.Linq.XElement root ) : void

Method Details

ReadLayers() public static method

public static ReadLayers ( TiledMap map, System.Xml.Linq.XElement root ) : void
map TiledMap
root System.Xml.Linq.XElement
return void