# characterNameText

Field in [LinePresenter](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.linepresenter)

## Summary

The `TMPro.TMP_Text` object that displays the character names found in dialogue lines.

```csharp
public TMP_Text? characterNameText = null;
```

## Remarks

If the [LinePresenter](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.linepresenter) receives a line that does not contain a character name, this object will be left blank.
