ReadyForNextLine()

Method in DialogueViewBase

Summary

Signals that the user wants to go to the next line.

public void ReadyForNextLine()

Remarks

This method is generally called by a "continue" button, and causes the DialogueUI to signal the DialogueRunner to proceed to the next piece of content.

If this method is called before the line has finished appearing (that is, before the line's status changes to FinishedPresentingarrow-up-right ), the line's status will change to Interruptedarrow-up-right , and OnLineStatusChanged(LocalizedLine) will be called to notify the view.

Last updated

Was this helpful?