Method in DialogueViewBase
Called by the DialogueRunner to indicate that the line that this view is delivering has changed state.
Subclasses of DialogueViewBase should override this method to be notified when a line has become interrupted, and when the line has finished being delivered by all views.
The default implementation does nothing.
Name | Description |
---|---|
LineStatus: The presentation status of a LocalizedLine .
Yarn.Unity.LocalizedLine dialogueLine
The LocalizedLine that has changed state.