Click or drag to resize

CairoGridTCell Constructor (Int32, Int32, FuncCairoPoint, Boolean, PointyHexPoint)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public CairoGrid(
	int width,
	int height,
	Func<CairoPoint, bool> isInside,
	PointyHexPoint offset
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncCairoPoint, Boolean
offset
Type: Gamelogic.GridsPointyHexPoint
See Also