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