Click or drag to resize

CustomGridBuilderMakeGridTCell, TPoint Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual IGrid<TCell, TPoint> MakeGrid<TCell, TPoint>()
where TPoint : Object, IGridPoint<TPoint>

Type Parameters

TCell
TPoint

Return Value

Type: IGridTCell, TPoint
Remarks
Check the type; if it is "your" type, return the grid. Otherwise return null.
See Also