Click or drag to resize

AbstractShapeInfoTShapeInfo, TGrid, TPoint, TVectorPoint, TShapeOpMakeShape Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected abstract TGrid MakeShape(
	int x,
	int y,
	Func<TPoint, bool> isInside,
	TVectorPoint offset
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
isInside
Type: SystemFuncTPoint, Boolean
offset
Type: TVectorPoint

Return Value

Type: TGrid
See Also