DismissLine(Action)
Summary
public override void DismissLine(Action onDismissalComplete)Remarks
Parameters
Name
Description
See Also
Last updated
Was this helpful?
Method in VoiceOverView
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.
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 updated
Was this helpful?
Was this helpful?
