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