Field in
The fade out time when FinishCurrentLine is called.
public float fadeOutTimeOnLineFinish = 0.05f;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 : DialogueViewBaseMethod in VoiceOverPlaybackUnity
public override void OnLineStatusChanged(LocalizedLine dialogueLine)dialogueLine
Method in
Start playback of the associated voice over AudioClip of the given .
public override void RunLine(LocalizedLine dialogueLine, Action onDialogueLineFinished)dialogueLine
The 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 .
Action onDialogueLineFinished
Field in
The amount of time to wait before starting playback of the line.
public float waitTimeBeforeLineStart = 0f;