Click or drag to resize

CairoShapeInfoTCellMakeOp Method

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

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoCairoPoint
combineInfo
Type: SystemFuncShapeStorageInfoCairoPoint, ShapeStorageInfoCairoPoint, ShapeStorageInfoCairoPoint

Return Value

Type: CairoOpTCell
See Also