DialogueCompleteHandler Delegate

Represents the method that is called when the dialogue has reached its end, and no more code remains to be run.

public delegate void DialogueCompleteHandler();

See Also

Source

Defined in YarnSpinner/Dialogue.cs, line 440.