Click or drag to resize

DiamondGridTCellGetSpiralIterator Method (Int32)

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

Parameters

ringCount
Type: SystemInt32

Return Value

Type: IEnumerableDiamondPoint
See Also