DismissLine(Action)
Ends any existing playback, and reports that the line has finished dismissing.
public override void DismissLine(Action onDismissalComplete)
This method is not intended to be called from your code. Instead, the DialogueRunner class will call it at the appropriate time.
Name | Description |
---|---|
System.Action onDismissalComplete | The method that should be called when the view has finished dismissing the line. |
- DialogueViewBase.DismissLine(Action): Called by the DialogueRunner to signal that the view should dismiss its current line from display, and clean up.
Last modified 24d ago