Click or drag to resize

PointyHexShapeInfoTCellMakeOp Method

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

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoPointyHexPoint
combineInfo
Type: SystemFuncShapeStorageInfoPointyHexPoint, ShapeStorageInfoPointyHexPoint, ShapeStorageInfoPointyHexPoint

Return Value

Type: PointyHexOpTCell
See Also