Method in DialogueViewBase
Signals that the user wants to go to the next line.
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 FinishedPresenting ), the line's status will change to Interrupted , and OnLineStatusChanged(LocalizedLine) will be called to notify the view.