> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.unity/yarn.unity.actionmarkuphandler/yarn.unity.actionmarkuphandler.onlinedisplaybegin.md).

# OnLineDisplayBegin(MarkupParseResult,TMP\_Text)

Method in [ActionMarkupHandler](/3.1/api/csharp/yarn.unity/yarn.unity.actionmarkuphandler.md)

## Summary

Called immediately before the first character in the line is presented.

```csharp
public abstract void OnLineDisplayBegin(MarkupParseResult line, TMP_Text text);
```

## Parameters

| Name                                                                                   | Description                                                    |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [MarkupParseResult](/3.1/api/csharp/yarn.markup/yarn.markup.markupparseresult.md) line | The line being presented.                                      |
| `TMP_Text` text                                                                        | A `TMPro.TMP_Text` object that the line is being displayed in. |
