# GetVerticesArray()

> Returns the current UIVertex array.

## Definition

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

```csharp
public UIVertex[] GetVerticesArray()
```

### Returns

| Type                                                                    | Description |
| ----------------------------------------------------------------------- | ----------- |
| [UIVertex\[\]](/engine/6000.7/script-reference/unityengine/uivertex.md) | Vertices.   |
