Method in DialogueRunner
Starts running the dialogue again.
public void ResetDialogue(string nodeName = null)
If nodeName is null, the node specified by startNode is attempted, followed the currently running node. If none of these options are available, an ArgumentNullException is thrown.
nodeName
ArgumentNullException
string nodeName
string
Last updated 2 years ago
Was this helpful?