Click or drag to resize
ProcessTileCallback Delegate
A callback to call per tile when you want to process all tiles in a tilemap.

Namespace:  GeonBit.ECS.Components.Misc
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void ProcessTileCallback(
	GameObject tile,
	Point index
)

Parameters

tile
Type: GeonBit.ECSGameObject
Current tile.
index
Type: Point
Tile index.
See Also