프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EmptyTile | Texture2D | ||
Game | Game | ||
MaxZoom | int? | ||
MinZoom | int | ||
RamCache | MapTile>.Dictionary | ||
TileSize | int | ||
TimeUntilRemove | float |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
DownloadTile ( |
||
GenerateUrl ( int x, int y, int zoom ) : string | ||
GetTile ( int x, int y, int zoom ) : |
||
TileStreamingThreadFunc ( |
||
Update ( GameTime gameTime ) : void |
메소드 | 설명 | |
---|---|---|
BaseMapSource ( Game game ) : System |
메소드 | 설명 | |
---|---|---|
CheckTileInMemory ( int m, int n, int level ) : |
public abstract GenerateUrl ( int x, int y, int zoom ) : string | ||
x | int | |
y | int | |
zoom | int | |
리턴 | string |
public GetTile ( int x, int y, int zoom ) : |
||
x | int | |
y | int | |
zoom | int | |
리턴 |
public TileStreamingThreadFunc ( |
||
cancellationToken | ||
리턴 | void |