Click or drag to resize

FlatHexGridTCell Constructor (Int32, Int32, FuncFlatHexPoint, Boolean, FuncFlatHexPoint, FlatHexPoint, FuncFlatHexPoint, FlatHexPoint)

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

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncFlatHexPoint, Boolean
gridPointTransform
Type: SystemFuncFlatHexPoint, FlatHexPoint
inverseGridPointTransform
Type: SystemFuncFlatHexPoint, FlatHexPoint
See Also