Table of Contents

Delegate VistaManager.GenericTexturePopulatedHandler

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

Represents a callback raised after generic texture outputs have been applied to a tile.

public delegate void VistaManager.GenericTexturePopulatedHandler(VistaManager sender, ITile tile, List<string> labels, List<RenderTexture> textures)

Parameters

sender VistaManager

The manager performing the population step.

tile ITile

The tile that received the generic textures.

labels List<string>

Labels paired with textures by index.

textures List<RenderTexture>

Generic texture outputs for the tile.