Mesh.GetPolygonSize

Mesh.GetPolygonSize method

Gets the vertex count of the specified polygon.

public int GetPolygonSize(int index)
ParameterTypeDescription
indexInt32Index.

Return Value

The polygon size.

See Also