Click or drag to resize

FlatRhombGridTCell Constructor (Int32, Int32, FuncFlatRhombPoint, Boolean, FlatHexPoint)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public FlatRhombGrid(
	int width,
	int height,
	Func<FlatRhombPoint, bool> isInside,
	FlatHexPoint offset
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncFlatRhombPoint, Boolean
offset
Type: Gamelogic.GridsFlatHexPoint
See Also