Click or drag to resize

FlatHexShapeInfoTCellMakeOp Method

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

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoFlatHexPoint
combineInfo
Type: SystemFuncShapeStorageInfoFlatHexPoint, ShapeStorageInfoFlatHexPoint, ShapeStorageInfoFlatHexPoint

Return Value

Type: FlatHexOpTCell
See Also