Property currentlyProcessingTile
currentlyProcessingTile
Gets the tile currently being processed by the active generation pass.
public ITile currentlyProcessingTile { get; protected set; }
Property Value
Remarks
The value changes as the manager iterates through overlapped tiles and is cleared when generation finishes.