DialogueViews

Property in DialogueRunner

Summary

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

public IEnumerable<AsyncDialogueViewBase?> DialogueViews
{
            get; set; }

Last updated

Was this helpful?