Click or drag to resize

DiamondShapeInfoTCellMakeOp Method

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

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoDiamondPoint
combineInfo
Type: SystemFuncShapeStorageInfoDiamondPoint, ShapeStorageInfoDiamondPoint, ShapeStorageInfoDiamondPoint

Return Value

Type: DiamondOpTCell
See Also