Click or drag to resize

DiamondOpTCell Constructor (ShapeStorageInfoDiamondPoint, FuncShapeStorageInfoDiamondPoint, ShapeStorageInfoDiamondPoint, ShapeStorageInfoDiamondPoint)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public DiamondOp(
	ShapeStorageInfo<DiamondPoint> leftShapeInfo,
	Func<ShapeStorageInfo<DiamondPoint>, ShapeStorageInfo<DiamondPoint>, ShapeStorageInfo<DiamondPoint>> combineShapeInfo
)

Parameters

leftShapeInfo
Type: Gamelogic.GridsShapeStorageInfoDiamondPoint
combineShapeInfo
Type: SystemFuncShapeStorageInfoDiamondPoint, ShapeStorageInfoDiamondPoint, ShapeStorageInfoDiamondPoint
See Also