Click or drag to resize

RectShapeInfoTCellMakeOp Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override RectOp<TCell> MakeOp(
	ShapeStorageInfo<RectPoint> shapeInfo,
	Func<ShapeStorageInfo<RectPoint>, ShapeStorageInfo<RectPoint>, ShapeStorageInfo<RectPoint>> combineInfo
)

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoRectPoint
combineInfo
Type: SystemFuncShapeStorageInfoRectPoint, ShapeStorageInfoRectPoint, ShapeStorageInfoRectPoint

Return Value

Type: RectOpTCell
See Also