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

startNode

Field in DialogueRunner

Summary

The name of the node to start from.

public string startNode = Yarn.Dialogue.DefaultStartNodeName;

Remarks

This value is used to select a node to start from when startAutomatically is called.

Last updated

Was this helpful?