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