LineView
Last updated
Last updated
Class in Yarn.Unity
Inherits from DialogueViewBase
A Dialogue View that presents lines of dialogue, using Unity UI elements.
Name | Description |
---|---|
Called by the DialogueRunner to signal that the view should dismiss its current line from display, and clean up.
Called by the DialogueRunner to signal that a line has been interrupted, and that the Dialogue View should finish presenting its line as quickly as possible.
Called when the Yarn.Unity.LineView.continueButton
is clicked.
Called by the DialogueRunner to signal that a line should be displayed to the user.
Called by DialogueAdvanceInput to signal that the user has requested that the dialogue advance.