2.3 (Current)
Search
K
Links

InterruptLine(LocalizedLine,Action)

Method in VoiceOverView

Summary

Interrupts the playback of the specified line, and quickly fades the playback to silent.
public override void InterruptLine(LocalizedLine dialogueLine, Action onDialogueLineFinished)

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
Yarn.Unity.LocalizedLine dialogueLine
The current line that is being presented.
System.Action onDialogueLineFinished
The method that should be called after the line has finished being presented.

See Also