onNodeComplete
Last updated
Was this helpful?
Field in DialogueRunner
A Unity event that is called when a node is complete.
public StringUnityEvent onNodeComplete;This event receives as a parameter the name of the node that just finished running.
Dialogue.NodeCompleteHandler: Gets or sets the NodeCompleteHandler that is called when a node is complete.
Last updated
Was this helpful?
Was this helpful?
