Click or drag to resize

FlatRhombShapeInfoTCellMakeShape Method

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

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
isInside
Type: SystemFuncFlatRhombPoint, Boolean
offset
Type: Gamelogic.GridsFlatHexPoint

Return Value

Type: FlatRhombGridTCell
See Also