Click or drag to resize

AbstractOpTShapeInfoMakeShapeStorageInfoTPoint Method (IntRect, FuncTPoint, Boolean)

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

Parameters

storageRect
Type: Gamelogic.GridsIntRect
isInside
Type: SystemFuncTPoint, Boolean

Type Parameters

TPoint

Return Value

Type: TShapeInfo
See Also