Property | Type | Description | |
---|---|---|---|
EmptyTile | Texture2D | ||
Game | Game | ||
MaxZoom | int? | ||
MinZoom | int | ||
RamCache | MapTile>.Dictionary | ||
TileSize | int | ||
TimeUntilRemove | float |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
DownloadTile ( |
||
GenerateUrl ( int x, int y, int zoom ) : string | ||
GetTile ( int x, int y, int zoom ) : |
||
TileStreamingThreadFunc ( |
||
Update ( GameTime gameTime ) : void |
Method | Description | |
---|---|---|
BaseMapSource ( Game game ) : System |
Method | Description | |
---|---|---|
CheckTileInMemory ( int m, int n, int level ) : |
protected BaseMapSource ( Game game ) : System | ||
game | Game | |
return | System |
public abstract GenerateUrl ( int x, int y, int zoom ) : string | ||
x | int | |
y | int | |
zoom | int | |
return | string |
public GetTile ( int x, int y, int zoom ) : |
||
x | int | |
y | int | |
zoom | int | |
return |
public TileStreamingThreadFunc ( |
||
cancellationToken | ||
return | void |