ResetDialogue(string)
Last updated
Was this helpful?
Method in DialogueRunner
This method is obsolete and may be removed from a future version of Yarn Spinner.
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 System.ArgumentNullException is thrown.
string nodeName
Last updated
Was this helpful?
Was this helpful?
