Table of Contents

Interface ISupportsEdgeGrid<TPoint>

Namespace
Gamelogic.Grids
Assembly
Assembly-CSharp.dll

Indicates that a grid supports an edge grid.

[Version(1, 1, 0)]
public interface ISupportsEdgeGrid<TPoint> where TPoint : IGridPoint<TPoint>

Type Parameters

TPoint
Extension Methods

Methods

MakeEdgeGrid<TNewCell>()

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.

IGrid<TNewCell, TPoint> MakeEdgeGrid<TNewCell>()

Returns

IGrid<TNewCell, TPoint>

Type Parameters

TNewCell