Vixen
02b45cc4
csharp
public delegate TerrainTileHandler

Told that a tile's chain has arrived.

Read the guide page for this →

Remarks

A delegate of its own rather than an Action`3, because a ReadOnlySpan`1 cannot be a generic type argument — and the alternative is handing out the pool's array and an offset, which is handing out the pool.

Used by (1)

  • TerrainTilePagesVixen.Rendering.Terrain