Dialogue.HandlerExecutionType.PauseExecution Field
Indicates that the Dialogue
should suspend execution.
PauseExecution = 0
See Also
Dialogue.HandlerExecutionType
: Used as a return type by handlers (such as theDialogue.LineHandler
) to indicate whether aDialogue
should suspend execution, or continue executing, after it has called the handler.
Source
Defined in YarnSpinner/Dialogue.cs, line 356.