RunLine(LocalizedLine,Action)
Summary
public override void RunLine(LocalizedLine dialogueLine, Action onDialogueLineFinished)Remarks
Parameters
Name
Description
See Also
Last updated
Was this helpful?
Method in VoiceOverView
Begins playing the associated audio for the specified line.
public override void RunLine(LocalizedLine dialogueLine, Action onDialogueLineFinished)This method is not intended to be called from your code. Instead, the DialogueRunner class will call it at the appropriate time.
Yarn.Unity.LocalizedLine dialogueLine
The content of the line that should be presented to the user.
Action onDialogueLineFinished
The method that should be called after the line has finished being presented.
DialogueViewBase.RunLine(LocalizedLine,Action): Called by the DialogueRunner to signal that a line should be displayed to the user.
Last updated
Was this helpful?
Was this helpful?
