Click or drag to resize

RectGridTCell Constructor (Int32, Int32, FuncRectPoint, Boolean, FuncRectPoint, RectPoint, FuncRectPoint, RectPoint)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public RectGrid(
	int width,
	int height,
	Func<RectPoint, bool> isInside,
	Func<RectPoint, RectPoint> gridPointTransform,
	Func<RectPoint, RectPoint> inverseGridPointTransform
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncRectPoint, Boolean
gridPointTransform
Type: SystemFuncRectPoint, RectPoint
inverseGridPointTransform
Type: SystemFuncRectPoint, RectPoint
See Also