LineView
A Dialogue View that presents lines of dialogue, using Unity UI elements.
public class LineView : DialogueViewBase
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. | |
Last modified 1yr ago