Click or drag to resize

ShapeStorageInfoTPoint Constructor (Int32, Int32, FuncTPoint, Boolean)

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

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
contains
Type: SystemFuncTPoint, Boolean
See Also