For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Parameters

Name
Description

The current line that is being presented.

Action onDialogueLineFinished

The method that should be called after the line has finished being presented.

See Also

Last updated

Was this helpful?