All pages
Powered by GitBook
1 of 1

Loading...

RunLine(LocalizedLine,Action)

Method in VoiceOverView

Summary

Begins playing the associated audio for the specified line.

public override void RunLine(LocalizedLine dialogueLine, Action onDialogueLineFinished)

Remarks

This method is not intended to be called from your code. Instead, the class will call it at the appropriate time.

Parameters

Name
Description

dialogueLine

The content of the line that should be presented to the user.

  • : Called by the to signal that a line should be displayed to the user.

System.Action onDialogueLineFinished

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

See Also

DialogueViewBase.RunLine(LocalizedLine,Action)
DialogueRunner
Yarn.Unity.LocalizedLine
DialogueRunner