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