DialogueRunner.StartDialogue(string)
Method in DialogueRunner
Summary
Starts running a node of dialogue.
public async YarnTask StartDialogue(string nodeName)Remarks
nodeName must be the name of a node in
YarnProject .
Parameters
| Name | Description |
|---|---|
string nodeName | The name of the node to run. |