Table of Contents

Method MakeCells

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

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

public virtual void MakeCells<TPoint>(IGrid<TPoint, TCell> grid, GridMap<TPoint> map)

Parameters

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

Type Parameters

TPoint