Delegate that performs custom drawing on pixel pyramid tiles (mainly for debugging purposes).
delegate
|
DrawDelegate
|
||||
(PyramidCoords tile,
TileDataResult result,
ColorBuffer gfx,
object userData)
|
|||||
type
|
TileDataResult
|
||||
params
|
tile
|
The pyramid tile coordinates. | |||
result
|
The result code of the loaded tile. For undefined buffer contents (see TileDataResult), gfx will have been cleared. | ||||
gfx
|
The graphics object to use. | ||||
userData
|
Optional user data object. |