OnLineStatusChanged(LocalizedLine)
Method in DialogueViewBase
Summary
Called by the DialogueRunner to indicate that the line that this view is delivering has changed state.
Remarks
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.
Parameters
Name | Description |
---|---|
Yarn.Unity.LocalizedLine dialogueLine | The LocalizedLine that has changed state. |
See Also
LineStatus: The presentation status of a LocalizedLine .
Last updated