DialogueRunner.DialogueViews

Property in DialogueRunner

WARNING

This property is obsolete and may be removed from a future version of Yarn Spinner: Use DialoguePresenters.

Summary

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

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

Remarks

This property is deprecated. Use DialoguePresenters instead.