Click or drag to resize

AbstractOpTShapeInfoMakeShapeStorageInfoTPoint Method (Int32, Int32, FuncTPoint, Boolean)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public TShapeInfo MakeShapeStorageInfo<TPoint>(
	int width,
	int height,
	Func<TPoint, bool> isInside
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncTPoint, Boolean

Type Parameters

TPoint

Return Value

Type: TShapeInfo
See Also