DialogueRunner.StartDialogue Method
Start the dialogue from a specific node.
public void StartDialogue(string startNode)
Parameters
Parameter | Description |
---|---|
string startNode |
The name of the node to start running from. |
Source
Defined in Unity/Assets/YarnSpinner/Scripts/DialogueRunner.cs, line 232.