Dialogue.Stop Method

Immediately stops the Dialogue.

public void Stop()

Remarks

The dialogueCompleteHandler will not be called if the dialogue is ended by calling Stop().

Source

Defined in YarnSpinner/Dialogue.cs, line 657.