Click or drag to resize

IMeshMapTPointGetTriangles Method

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

Parameters

point
Type: TPoint
vertexIndex
Type: SystemInt32

Return Value

Type: IEnumerableInt32
See Also