Table of Contents

Delegate Delegates.PostProcessDataHandler<T>

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll
public delegate void Delegates.PostProcessDataHandler<T>(GeoRect extents, ref T[] data, ref Vector2Int size)

Parameters

extents GeoRect
data T[]
size Vector2Int

Type Parameters

T