C# Class Gears.Cartography.MapEngine

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

Méthodes publiques

Méthode Description
DebugDeserialize ( string LOAD_LOCATION ) : void
DebugSerialize ( string SAVE_LOCATION ) : void
MapEngine ( ) : System

Private Methods

Méthode Description
DeserializeFromXML ( string LOAD_LOCATION ) : Map
PopulateFields ( ) : void
SerializeToXML ( Map map, string SAVE_LOCATION ) : void

Method Details

DebugDeserialize() public méthode

public DebugDeserialize ( string LOAD_LOCATION ) : void
LOAD_LOCATION string
Résultat void

DebugSerialize() public méthode

public DebugSerialize ( string SAVE_LOCATION ) : void
SAVE_LOCATION string
Résultat void

MapEngine() public méthode

public MapEngine ( ) : System
Résultat System