Click or drag to resize

PointyHexGridTCellVerticallyWrappedParallelogram Method

Returns a grid wrapped vertically along a parallelogram. Since version 1.7

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static WrappedGrid<TCell, PointyHexPoint> VerticallyWrappedParallelogram(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: WrappedGridTCell, PointyHexPoint
See Also