Click or drag to resize

PointyTriGridTCell Constructor (Int32, Int32, FuncPointyTriPoint, Boolean, FlatHexPoint)

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

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncPointyTriPoint, Boolean
offset
Type: Gamelogic.GridsFlatHexPoint
See Also