C# Class TileServer, tilemap

Inheritance: ITileServer
Afficher le fichier Open project: stalexwang/tilemap Class Usage Examples

Méthodes publiques

Méthode Description
GetTileData ( int x, int y ) : ITileResult
TileServer ( int m, int n, int maxData, int interval, int latency ) : System

Initializes a new instance of the TileServer class.

Private Methods

Méthode Description
GenerateRandomTileData ( ) : void
Update ( ) : void

Method Details

GetTileData() public méthode

public GetTileData ( int x, int y ) : ITileResult
x int
y int
Résultat ITileResult

TileServer() public méthode

Initializes a new instance of the TileServer class.
public TileServer ( int m, int n, int maxData, int interval, int latency ) : System
m int /// M is the length of 1st dimension. ///
n int /// N is the lenght of 2nd dimension. ///
maxData int /// maxData is the maximum value of the data in a tile. ///
interval int
latency int
Résultat System