Click or drag to resize

FlatTriGridTCell Constructor (Int32, Int32, FuncFlatTriPoint, Boolean, PointyHexPoint)

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

Parameters

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