C# Class Assets.Map.Creator.MapSaveLoad

Afficher le fichier Open project: Kavignon/Augmented_Tactics

Méthodes publiques

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

Method Details

CreateCellXml() public static méthode

public static CreateCellXml ( Cell cell ) : CellXML
cell Cell
Résultat CellXML

CreateMapContainer() public static méthode

public static CreateMapContainer ( List map ) : CellMapXMLContainer
map List
Résultat CellMapXMLContainer

Load() public static méthode

public static Load ( string filename ) : CellMapXMLContainer
filename string
Résultat CellMapXMLContainer

Save() public static méthode

public static Save ( CellMapXMLContainer mapContainer, string filename ) : void
mapContainer CellMapXMLContainer
filename string
Résultat void