 | ISupportsEdgeGridTPointMakeEdgeGridTNewCell Method |
Makes a grid that corresponds to the edges of this grid.
If point is inside this grid, then all of point.GetEdges()
are in the grid returned by this method.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
SyntaxIGrid<TNewCell, TPoint> MakeEdgeGrid<TNewCell>()
Type Parameters
- TNewCell
Return Value
Type:
IGridTNewCell,
TPoint
See Also