Class in
Inherits from
A subclass of that plays voice-over UnityEngine.AudioClip
s for lines of dialogue.
This class plays audio clip assets that are provided by an . To use a in your game, your must be configured to use an , and your Yarn projects must be configured to use voice-over audio assets. For more information, see .
Name | Description |
---|
Name | Description |
---|
: A UnityEngine.MonoBehaviour
that can present lines and options to the user, when it receives them from a .
The |
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. |
The fade out time when is called.
Called by the to signal that the dialogue has ended, and no more lines will be delivered.