Table of Contents

Method DoorwayDetection

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

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

room FieldPlanner
additionalPlanners FieldPlanner[]