Click or drag to resize

WrappedGridTCell, TPoint Constructor

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public WrappedGrid(
	IGrid<TCell, TPoint> grid,
	IPointWrapper<TPoint> wrapper
)

Parameters

grid
Type: Gamelogic.GridsIGridTCell, TPoint
wrapper
Type: Gamelogic.GridsIPointWrapperTPoint
See Also