# DialoguePresenters

Property in [DialogueRunner](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.dialoguerunner)

## Summary

Gets or sets the collection of dialogue presenters attached to this dialogue runner.

```csharp
public IEnumerable<DialoguePresenterBase?> DialoguePresenters { get; set; }
```
