Table of Contents

Delegate VistaManager.DetailInstancePopulatedHandler

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

Represents a callback raised after detail instance buffers have been applied to a tile.

public delegate void VistaManager.DetailInstancePopulatedHandler(VistaManager sender, ITile tile, List<DetailTemplate> detailTemplates, List<ComputeBuffer> detailBuffers)

Parameters

sender VistaManager

The manager performing the population step.

tile ITile

The tile that received the detail instance data.

detailTemplates List<DetailTemplate>

Detail templates paired with detailBuffers by index.

detailBuffers List<ComputeBuffer>

Generated detail instance buffers for the tile.