For the complete documentation index, see llms.txt. This page is also available as Markdown.

OnLineWillDismiss()

Method in ActionMarkupHandler

Summary

Called right before the line will dismiss itself.

public abstract void OnLineWillDismiss();

Remarks

This does not mean that the entirety of the view itself will have been removed, just the DialoguePresenterBase has completed displaying everything and is returning control back to the DialogueRunner to let more content flow.

Last updated

Was this helpful?