Dialogue.UnloadAll Method
Unloads all nodes from the Dialogue.
public void UnloadAll(bool clearVisitedNodes = true)
Parameters
Parameter | Description |
---|---|
bool clearVisitedNodes |
If true , the internal list of visited nodes is cleared as well. |
Source
Defined in YarnSpinner/Dialogue.cs, line 772.