Dialogue.currentNode Property
Gets the name of the node that this Dialogue is currently executing.
public string currentNode { get; }
Remarks
If Continue()
has never been called, this
value will be null
.
Source
Defined in YarnSpinner/Dialogue.cs, line 689.