Delegate VistaManager.TexturePopulatedHandler
Represents a callback raised after a single texture output has been pushed into a tile.
public delegate void VistaManager.TexturePopulatedHandler(VistaManager sender, ITile tile, RenderTexture texture)
Parameters
senderVistaManagerThe manager performing the population step.
tileITileThe tile that received the texture.
textureRenderTextureThe generated texture that was just applied.