All pages
Powered by GitBook
1 of 1

Loading...

DialogueStarted()

Method in

Called by the to signal that dialogue has started.

This method is called before any content (that is, lines, options or commands) are delivered.

This method is a good place to perform tasks like preparing on-screen dialogue UI (for example, turning on a letterboxing effect, or making dialogue UI elements visible.)

public virtual void DialogueStarted()

Summary

Remarks

The default implementation of this method does nothing.

DialogueViewBase
DialogueRunner