Field in DialogueRunner
A Unity event that is called when a node starts running.
public StringUnityEvent onNodeStart;
This event receives as a parameter the name of the node that is about to start running.
Dialogue.NodeStartHandler: Gets or sets the NodeStartHandler that is called when a node is started.
Last updated 2 years ago
Was this helpful?