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.
Immediately stops the Dialogue
.
public void Stop()
The dialogueCompleteHandler
will not be called if
the dialogue is ended by calling Stop()
.
Defined in YarnSpinner/Dialogue.cs, line 657.