# GetLines(List<UILineInfo>)

> Populate the given list with UILineInfo.

## Definition

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

```csharp
public void GetLines(List<UILineInfo> lines)
```

### Parameters

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