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

NameDescription
string nodeNameThe name of the node to run.