This site is for Yarn Spinner v1, and won't be updated. Go to the current site.

HandlerExecutionType Enum

Used as a return type by handlers (such as the Dialogue.LineHandler) to indicate whether a Dialogue should suspend execution, or continue executing, after it has called the handler.

public enum HandlerExecutionType

Fields

Name Description
ContinueExecution Indicates that the Dialogue should continue execution.
PauseExecution Indicates that the Dialogue should suspend execution.

See Also

Source

Defined in YarnSpinner/Dialogue.cs, line 351.