Click or drag to resize

ISupportsVertexGridTPointMakeVertexGridTNewCell Method

Makes a grid that corresponds to the vertices of this grid. If point is inside this grid, then all of point.GetVertices() are in the grid returned by this method.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
IGrid<TNewCell, TPoint> MakeVertexGrid<TNewCell>()

Type Parameters

TNewCell

Return Value

Type: IGridTNewCell, TPoint
See Also