Click or drag to resize

PointyHexGridTCellWrappedHexagon Method

Returns a new grid, wrapped along a Hexagon with the given side length.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 7, 0)]
public static WrappedGrid<TCell, PointyHexPoint> WrappedHexagon(
	int side
)

Parameters

side
Type: SystemInt32

Return Value

Type: WrappedGridTCell, PointyHexPoint
See Also