For the complete documentation index, see llms.txt. This page is also available as Markdown.

onNodeStart

Field in DialogueRunner

Summary

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

public UnityEventString? onNodeStart;

Remarks

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

See Also

Last updated

Was this helpful?