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
-
Dialogue.LineHandler
: Represents the method that is called when the Dialogue delivers aLine
. -
Dialogue.OptionsHandler
: Represents the method that is called when the Dialogue delivers anOptionSet
. -
Dialogue.CommandHandler
: Represents the method that is called when the Dialogue delivers aCommand
. -
Dialogue.NodeCompleteHandler
: Represents the method that is called when the Dialogue reaches the end of a node.
Source
Defined in YarnSpinner/Dialogue.cs, line 440.