Table of Contents

Class DungeonLayoutAsciiRenderer

Namespace
GrindFest.Dungeons.Procedural.Debugging
Assembly
GrindFest.dll

Renders a DungeonLayout to text. Cheap diagnostic tool used to validate layout algorithms without needing geometry or prefabs.

public static class DungeonLayoutAsciiRenderer
Inheritance
object
DungeonLayoutAsciiRenderer

Methods

Render(DungeonLayout, Vector2Int?)

Returns a multi-line ASCII map and a textual summary of rooms/corridors/doors.

Legend: '.' empty, '#' room interior, ',' corridor, 'D' door, 'X' floor overlap.