Method DoorwayDetection
DoorwayDetection(FieldPlanner, params FieldPlanner[])
Add doorway detection post-procedures to a room planner. Iterates cells, checks for contact with neighboring fields, and marks contact cells with doorway instructions.
Optional: additionalPlanners to include in the contact check (e.g., pass the Entrance planner so doors appear between rooms and entrance).
protected void DoorwayDetection(FieldPlanner room, params FieldPlanner[] additionalPlanners)
Parameters
roomFieldPlanneradditionalPlannersFieldPlanner[]