Dialogue.Continue Method

Starts, or continues, execution of the current Program.

public void Continue()

Remarks

This method repeatedly executes instructions until one of the following conditions is encountered:

This method has no effect if it is called while the Dialogue is currently in the process of executing instructions.

See Also

Source

Defined in YarnSpinner/Dialogue.cs, line 642.