OnLineWillDismiss()

Method in IActionMarkupHandler

Summary

Called right before the line will dismiss itself.

public 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?