Click or drag to resize

LayeredGridTCell, TPoint Constructor (Int32, Int32, Int32, FuncTPoint, Boolean, FuncInt32, Int32, FuncTPoint, Boolean, IGridTCell, TPoint)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public LayeredGrid(
	int width,
	int height,
	int layerCount,
	Func<TPoint, bool> contains,
	Func<int, int, Func<TPoint, bool>, IGrid<TCell, TPoint>> constructor
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
layerCount
Type: SystemInt32
contains
Type: SystemFuncTPoint, Boolean
constructor
Type: SystemFuncInt32, Int32, FuncTPoint, Boolean, IGridTCell, TPoint
See Also