Table of Contents

Method MakeCells

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

MakeCells<TPoint>(IGrid<TPoint, TileCell>, GridMap<TPoint>)

public override void MakeCells<TPoint>(IGrid<TPoint, TileCell> grid, GridMap<TPoint> map)

Parameters

grid IGrid<TPoint, TileCell>
map GridMap<TPoint>

Type Parameters

TPoint