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
-
Dialogue.LineHandler: Represents the method that is called when the Dialogue delivers aLine. -
Dialogue.CommandHandler: Represents the method that is called when the Dialogue delivers aCommand. -
Dialogue.NodeCompleteHandler: Represents the method that is called when the Dialogue reaches the end of a node.
Source
Defined in YarnSpinner/Dialogue.cs, line 351.