Click or drag to resize

FlatTriShapeInfoTCellMakeOp Method

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

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoFlatTriPoint
combineInfo
Type: SystemFuncShapeStorageInfoFlatTriPoint, ShapeStorageInfoFlatTriPoint, ShapeStorageInfoFlatTriPoint

Return Value

Type: FlatTriOpTCell
See Also