Click or drag to resize

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

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,
	IEnumerable<FlatHexPoint> neighborDirections
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncFlatHexPoint, Boolean
gridPointTransform
Type: SystemFuncFlatHexPoint, FlatHexPoint
inverseGridPointTransform
Type: SystemFuncFlatHexPoint, FlatHexPoint
neighborDirections
Type: System.Collections.GenericIEnumerableFlatHexPoint
See Also