Click or drag to resize

PointyTriOpTCellShape Method (Int32, Int32, FuncPointyTriPoint, Boolean)

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

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

Parameters

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

Return Value

Type: PointyTriShapeInfoTCell
See Also