Dialogue.dialogueCompleteHandler Property
Gets or sets the Dialogue.DialogueCompleteHandler
that is called
when the dialogue reaches its end.
public Dialogue.DialogueCompleteHandler dialogueCompleteHandler { get; set; }
See Also
Dialogue.DialogueCompleteHandler
: Represents the method that is called when the dialogue has reached its end, and no more code remains to be run.
Source
Defined in YarnSpinner/Dialogue.cs, line 494.