DialogueCompleteHandler
Inherits from
System.MulticastDelegate
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();
- NodeCompleteHandler: Represents the method that is called when the Dialogue reaches the end of a node.
Last modified 2mo ago