Click or drag to resize

PointyHexGridTCellGetSpiralIterator Method (Int32)

An iterator that spirals anti-clockwise around the grid origin (0, 0).

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 7, 0)]
[ExperimentalAttribute]
public IEnumerable<PointyHexPoint> GetSpiralIterator(
	int ringCount
)

Parameters

ringCount
Type: SystemInt32

Return Value

Type: IEnumerablePointyHexPoint
See Also