Click or drag to resize

FlatTriOpTCellShape Method (Int32, Int32, FuncFlatTriPoint, Boolean)

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

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

Parameters

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

Return Value

Type: FlatTriShapeInfoTCell
See Also