NodeComplete(string,Action)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in
Called by the to signal that the end of a node has been reached.
This method may be called multiple times before is called. If this method returns Dialogue.HandlerExecutionType.ContinueExecution
, do not call the onComplete
method.
The default implementation does nothing.
string
nextNode
The name of the next node that is being entered.
Action
onComplete
A method that should be called to /// indicate that the DialogueRunner should continue executing.