Click or drag to resize

LayeredGridTCell, TPointMakeTShapeInfo, TGrid, TPoint2, TVectorPoint, TShapeOp Method (Int32, TShapeInfo)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static LayeredGrid<TCell, TPoint2> Make<TShapeInfo, TGrid, TPoint2, TVectorPoint, TShapeOp>(
	int layerCount,
	TShapeInfo shape
)
where TShapeInfo : AbstractShapeInfo<TShapeInfo, TGrid, TPoint2, TVectorPoint, TShapeOp>
where TGrid : Object, IGrid<TCell, TPoint2>
where TPoint2 : Object, IGridPoint<TPoint2>, ISplicedVectorPoint<TPoint2, TVectorPoint>
where TVectorPoint : Object, IVectorPoint<TVectorPoint>

Parameters

layerCount
Type: SystemInt32
shape
Type: TShapeInfo

Type Parameters

TShapeInfo
TGrid
TPoint2
TVectorPoint
TShapeOp

Return Value

Type: LayeredGridTCell, TPoint2
See Also