NodeCompleteHandler
Inherits from
System.MulticastDelegate
Represents the method that is called when the Dialogue reaches the end of a node.
public delegate void NodeCompleteHandler(string completedNodeName);
This method may be called multiple times over the course of code execution. A node being complete does not necessarily represent the end of the conversation.
Name | Description |
---|---|
string completedNodeName | The name of the node. |
- DialogueCompleteHandler: Represents the method that is called when the dialogue has reached its end, and no more code remains to be run.
Last modified 24d ago