Click or drag to resize

PointyHexShapeInfoTCellMakeShape Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override PointyHexGrid<TCell> MakeShape(
	int x,
	int y,
	Func<PointyHexPoint, bool> isInside,
	PointyHexPoint offset
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
isInside
Type: SystemFuncPointyHexPoint, Boolean
offset
Type: Gamelogic.GridsPointyHexPoint

Return Value

Type: PointyHexGridTCell
See Also