Dialogue.nodeCompleteHandler Property
Gets or sets the Dialogue.NodeCompleteHandler
that is called
when a node is complete.
public Dialogue.NodeCompleteHandler nodeCompleteHandler { get; set; }
See Also
Dialogue.NodeCompleteHandler
: Represents the method that is called when the Dialogue reaches the end of a node.
Source
Defined in YarnSpinner/Dialogue.cs, line 484.