Click or drag to resize

LineShapeInfoTCellMakeOp Method

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

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoLinePoint
combineInfo
Type: SystemFuncShapeStorageInfoLinePoint, ShapeStorageInfoLinePoint, ShapeStorageInfoLinePoint

Return Value

Type: LineOpTCell
See Also