This site is for Yarn Spinner v1, and won't be updated. Go to the current site.

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.