C# Class Gears.Cartography.MapEngine

Do not use this class. //TODO: This needs to be refactored and parameterized.
Datei anzeigen Open project: spectrumbranch/gearsvge Class Usage Examples

Public Methods

Method Description
DebugDeserialize ( string LOAD_LOCATION ) : void
DebugSerialize ( string SAVE_LOCATION ) : void
MapEngine ( ) : System

Private Methods

Method Description
DeserializeFromXML ( string LOAD_LOCATION ) : Map
PopulateFields ( ) : void
SerializeToXML ( Map map, string SAVE_LOCATION ) : void

Method Details

DebugDeserialize() public method

public DebugDeserialize ( string LOAD_LOCATION ) : void
LOAD_LOCATION string
return void

DebugSerialize() public method

public DebugSerialize ( string SAVE_LOCATION ) : void
SAVE_LOCATION string
return void

MapEngine() public method

public MapEngine ( ) : System
return System