# GetCharacters(List<UICharInfo>)

> Populate the given List with UICharInfo.

## Definition

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

```csharp
public void GetCharacters(List<UICharInfo> characters)
```

### Parameters

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