Click or drag to resize

PointyRhombShapeInfoTCellMakeOp Method

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

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoPointyRhombPoint
combineInfo
Type: SystemFuncShapeStorageInfoPointyRhombPoint, ShapeStorageInfoPointyRhombPoint, ShapeStorageInfoPointyRhombPoint

Return Value

Type: PointyRhombOpTCell
See Also