# GetVertices(List<UIVertex>)

> Populate the given list with generated Vertices.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.TextRenderingModule

```csharp
public void GetVertices(List<UIVertex> vertices)
```

### Parameters

**** (\[List\<UIVertex>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)): List to populate.
