2.4 (Current)
Search
K
Links

onNodeStart

Field in DialogueRunner

Summary

A Unity event that is called when a node starts running.
public StringUnityEvent onNodeStart;

Remarks

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

See Also