Click or drag to resize

AlgorithmsAggregateNeighborhoodTCell, TPoint Method (IGridTCell, TPoint, FuncTPoint, IEnumerableTPoint, TCell)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static void AggregateNeighborhood<TCell, TPoint>(
	IGrid<TCell, TPoint> grid,
	Func<TPoint, IEnumerable<TPoint>, TCell> aggregator
)
where TPoint : Object, IGridPoint<TPoint>

Parameters

grid
Type: Gamelogic.GridsIGridTCell, TPoint
aggregator
Type: SystemFuncTPoint, IEnumerableTPoint, TCell

Type Parameters

TCell
TPoint
See Also