Click or drag to resize

FlatRhombShapeInfoTCellMakeOp Method

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

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoFlatRhombPoint
combineInfo
Type: SystemFuncShapeStorageInfoFlatRhombPoint, ShapeStorageInfoFlatRhombPoint, ShapeStorageInfoFlatRhombPoint

Return Value

Type: FlatRhombOpTCell
See Also