C# Class SimShift.Data.WorldMapper

Afficher le fichier Open project: nlhans/SimShift

Méthodes publiques

Свойство Type Description
cells List

Méthodes publiques

Méthode Description
Export ( ) : void
Import ( ) : void
LookupCell ( float x, float z ) : WorldMapCell
WorldMapper ( IDataMiner dataSource ) : System

Private Methods

Méthode Description
OnDataReceived ( object sender, EventArgs args ) : void

Method Details

Export() public méthode

public Export ( ) : void
Résultat void

Import() public méthode

public Import ( ) : void
Résultat void

LookupCell() public méthode

public LookupCell ( float x, float z ) : WorldMapCell
x float
z float
Résultat WorldMapCell

WorldMapper() public méthode

public WorldMapper ( IDataMiner dataSource ) : System
dataSource IDataMiner
Résultat System

Property Details

cells public_oe property

public List cells
Résultat List