Click or drag to resize

IGridTPointCloneStructureTNewCell Method

Returns a grid with exactly the same structure, but potentially holding elements of a different type.

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

Type Parameters

TNewCell

Return Value

Type: IGridTNewCell, TPoint
See Also