Click or drag to resize

FlatHexMap Constructor

Calculates the FlatHexMap

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public FlatHexMap(
	Vector2 cellDimensions
)

Parameters

cellDimensions
Type: Vector2
The vertical and horizontal distance between cells (and thus, in fact a bit smaller in width than the actual cell).
See Also