Click or drag to resize

AbstractShapeInfoTShapeInfo, TGrid, TPoint, TVectorPoint, TShapeOpMakeOp Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected abstract TShapeOp MakeOp(
	ShapeStorageInfo<TPoint> shapeInfo,
	Func<ShapeStorageInfo<TPoint>, ShapeStorageInfo<TPoint>, ShapeStorageInfo<TPoint>> combineInfo
)

Parameters

shapeInfo
Type: Gamelogic.GridsShapeStorageInfoTPoint
combineInfo
Type: SystemFuncShapeStorageInfoTPoint, ShapeStorageInfoTPoint, ShapeStorageInfoTPoint

Return Value

Type: TShapeOp
See Also