DismissLine(Action)
Last updated
Was this helpful?
Method in DialogueViewBase
Called by the DialogueRunner to signal that the view should dismiss its current line from display, and clean up.
public virtual void DismissLine(Action onDismissalComplete)Action onDismissalComplete
The method that should be called when the view has finished dismissing the line.
Last updated
Was this helpful?
Was this helpful?
