Table of Contents

Delegate VistaManager.TexturePopulatedHandler

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

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

sender VistaManager

The manager performing the population step.

tile ITile

The tile that received the texture.

texture RenderTexture

The generated texture that was just applied.