Click or drag to resize

PointyRhombGridTCell Constructor (Int32, Int32, FuncPointyRhombPoint, Boolean, PointyHexPoint)

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

Parameters

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