C# Class Assets.Map.Creator.MapSaveLoad

Mostra file Open project: Kavignon/Augmented_Tactics

Public Methods

Method Description
CreateCellXml ( Cell cell ) : CellXML
CreateMapContainer ( List map ) : CellMapXMLContainer
Load ( string filename ) : CellMapXMLContainer
Save ( CellMapXMLContainer mapContainer, string filename ) : void

Method Details

CreateCellXml() public static method

public static CreateCellXml ( Cell cell ) : CellXML
cell Cell
return CellXML

CreateMapContainer() public static method

public static CreateMapContainer ( List map ) : CellMapXMLContainer
map List
return CellMapXMLContainer

Load() public static method

public static Load ( string filename ) : CellMapXMLContainer
filename string
return CellMapXMLContainer

Save() public static method

public static Save ( CellMapXMLContainer mapContainer, string filename ) : void
mapContainer CellMapXMLContainer
filename string
return void