Click or drag to resize

ShapeStorageInfoTPoint Constructor (IntRect, FuncTPoint, Boolean)

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

Parameters

storageRect
Type: Gamelogic.GridsIntRect
contains
Type: SystemFuncTPoint, Boolean
See Also