C# 클래스 Assets.Map.Creator.MapSaveLoad

파일 보기 프로젝트 열기: Kavignon/Augmented_Tactics

공개 메소드들

메소드 설명
CreateCellXml ( Cell cell ) : CellXML
CreateMapContainer ( List map ) : CellMapXMLContainer
Load ( string filename ) : CellMapXMLContainer
Save ( CellMapXMLContainer mapContainer, string filename ) : void

메소드 상세

CreateCellXml() 공개 정적인 메소드

public static CreateCellXml ( Cell cell ) : CellXML
cell Cell
리턴 CellXML

CreateMapContainer() 공개 정적인 메소드

public static CreateMapContainer ( List map ) : CellMapXMLContainer
map List
리턴 CellMapXMLContainer

Load() 공개 정적인 메소드

public static Load ( string filename ) : CellMapXMLContainer
filename string
리턴 CellMapXMLContainer

Save() 공개 정적인 메소드

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