C# Class SimShift.Data.WorldMapper

Exibir arquivo Open project: nlhans/SimShift

Public Properties

Property Type Description
cells List

Public Methods

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

Private Methods

Method Description
OnDataReceived ( object sender, EventArgs args ) : void

Method Details

Export() public method

public Export ( ) : void
return void

Import() public method

public Import ( ) : void
return void

LookupCell() public method

public LookupCell ( float x, float z ) : WorldMapCell
x float
z float
return WorldMapCell

WorldMapper() public method

public WorldMapper ( IDataMiner dataSource ) : System
dataSource IDataMiner
return System

Property Details

cells public_oe property

public List cells
return List