VoiceOverView
Summary
public class VoiceOverView : DialogueViewBaseRemarks
Fields
Name
Description
Methods
Name
Description
See Also
Last updated
Was this helpful?
Class in Yarn.Unity
Inherits from DialogueViewBase
A subclass of DialogueViewBase that plays voice-over AudioClip s for lines of dialogue.
public class VoiceOverView : DialogueViewBaseThis class plays audio clip assets that are provided by an AudioLineProvider . To use a VoiceOverView in your game, your DialogueRunner must be configured to use an AudioLineProvider , and your Yarn projects must be configured to use voice-over audio assets. For more information, see Localization and Assets .
The AudioSource that this voice over view will play its audio from.
The fade out time when UserRequestedViewAdvancement() 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.
Ends any existing playback, and reports that the line has finished dismissing.
Interrupts the playback of the specified line, and quickly fades the playback to silent.
Begins playing the associated audio for the specified line.
Signals to this dialogue view that the user would like to skip playback.
DialogueViewBase: A MonoBehaviour that can present lines and options to the user, when it receives them from a DialogueRunner .
Last updated
Was this helpful?
Was this helpful?
