Click or drag to resize

PointyHexMeshMapGetTriangles Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<int> GetTriangles(
	PointyHexPoint point,
	int vertexIndex
)

Parameters

point
Type: Gamelogic.GridsPointyHexPoint
vertexIndex
Type: SystemInt32

Return Value

Type: IEnumerableInt32

Implements

IMeshMapTPointGetTriangles(TPoint, Int32)
See Also