Click or drag to resize

DiamondShapeInfoTCellMakeShape Method

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

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
isInside
Type: SystemFuncDiamondPoint, Boolean
offset
Type: Gamelogic.GridsDiamondPoint

Return Value

Type: DiamondGridTCell
See Also