public void SetAllVertices (Vertex[] vertices);

Parameters

verticesThe array of vertices to copy from. The length of the array must match the allocated vertex count.

Description

The array of vertices to copy from. The length of the array must match the allocated vertex count.

When this method is called, it is not possible to use SetNextVertex to fill the allocated vertices array.