Delegate PopulatePrefabHandler
Represents a callback invoked after a prefab instance has been spawned for a tile.
public delegate void PopulatePrefabHandler(ITile tile, GameObject spawnedGO)
Parameters
tileITileThe tile that owns the spawned instance.
spawnedGOGameObjectThe newly spawned GameObject.