Click or drag to resize

LineShapeInfoTCellMakeShape Method

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

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
isInside
Type: SystemFuncLinePoint, Boolean
offset
Type: Gamelogic.GridsLinePoint

Return Value

Type: LineGridTCell
See Also