All pages
Powered by GitBook
1 of 1

Loading...

onNodeStart

Field in

A Unity event that is called when a node starts running.

This event receives as a parameter the name of the node that is about to start running.

  • Dialogue.NodeStartHandler

public StringUnityEvent onNodeStart;

Summary

Remarks

See Also

DialogueRunner