UserRequestedViewAdvancement()
Signals to this dialogue view that the user would like to skip playback.
public override void UserRequestedViewAdvancement()
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.
- 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 modified 21d ago