Click or drag to resize

DiamondOpTCellShape Method (Int32, Int32, FuncDiamondPoint, Boolean)

The same as Shape with all parameters, but with bottomLeft Point set to DiamondPoint.Zero.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public DiamondShapeInfo<TCell> Shape(
	int width,
	int height,
	Func<DiamondPoint, bool> isInside
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncDiamondPoint, Boolean

Return Value

Type: DiamondShapeInfoTCell
See Also