Field in VoiceOverPlaybackUnity
The amount of time after playback has completed before this view reports that it's finished delivering the line.
public float waitTimeAfterLineComplete = 0f;Class in Yarn.Unity
Inherits from DialogueViewBase
Handles playback of voice over AudioClip s referenced on YarnScript s.
public class VoiceOverPlaybackUnity : DialogueViewBaseThe fade out time when FinishCurrentLine is called.
The amount of time after playback has completed before this view reports that it's finished delivering the line.
The amount of time to wait before starting playback of the line.
Start playback of the associated voice over AudioClip of the given LocalizedLine .
Method in VoiceOverPlaybackUnity
public override void OnLineStatusChanged(LocalizedLine dialogueLine)Method in VoiceOverPlaybackUnity
Start playback of the associated voice over AudioClip of the given LocalizedLine .
public override void RunLine(LocalizedLine dialogueLine, Action onDialogueLineFinished)Yarn.Unity.LocalizedLine dialogueLine
Yarn.Unity.LocalizedLine dialogueLine
Action onDialogueLineFinished
Field in VoiceOverPlaybackUnity
The amount of time to wait before starting playback of the line.
public float waitTimeBeforeLineStart = 0f;Field in VoiceOverPlaybackUnity
The fade out time when FinishCurrentLine is called.
public float fadeOutTimeOnLineFinish = 0.05f;