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