UserRequestedViewAdvancement()
Method in VoiceOverView
Summary
Signals to this dialogue view that the user would like to skip playback.
Remarks
When this method is called, this view indicates to its DialogueRunner that the line should be interrupted.
If this view is not currently playing any audio, this method does nothing.
See Also
DialogueViewBase.InterruptLine(LocalizedLine,Action): Called by the DialogueRunner to signal that a line has been interrupted, and that the Dialogue View should finish presenting its line as quickly as possible.
Last updated