Description:

Gets a list of all of the faces that share a given vertex.

Syntax:
public int GetVertexFaces(
int vertexIndex
)
Parameters:
  • vertexIndex
  • Type: int
  • The index of a vertex in the mesh.
Returns:
Type: int
An array of indices of faces on success, None on failure.
Available since:
5.0

Nothing found