C# 클래스 TileServer, tilemap

상속: ITileServer
파일 보기 프로젝트 열기: stalexwang/tilemap 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GenerateRandomTileData ( ) : void
Update ( ) : void

메소드 상세

GetTileData() 공개 메소드

public GetTileData ( int x, int y ) : ITileResult
x int
y int
리턴 ITileResult

TileServer() 공개 메소드

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
리턴 System