Legend
| Field: Func<string, object, object, string> WallsPaths
DeclarationFunc<string, object, object, string> WallsPaths SummaryGenerates SVG path objects for impassable edges (walls) between cells, assuming SvgInstructions.WallsSeparate istrue . The function is invoked once for each separate impassable edge (wall). The first function
parameter is the path’s d attribute. The remaining parameters are the two cells on either side of the
wall, in no particular order. |