Click or drag to resize

PointyTriShapeInfoTCellMakeOp Method

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

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoPointyTriPoint
combineInfo
Type: SystemFuncShapeStorageInfoPointyTriPoint, ShapeStorageInfoPointyTriPoint, ShapeStorageInfoPointyTriPoint

Return Value

Type: PointyTriOpTCell
See Also