Command Struct
A command, sent from the Dialogue to the game.
public struct Command
Remarks
You do not create instances of this struct yourself. They are
created by the Dialogue during program execution.
Properties
| Name | Description |
|---|---|
| Text | Gets the text of the command. |
See Also
Dialogue.CommandHandler: Represents the method that is called when the Dialogue delivers aCommand.
Source
Defined in YarnSpinner/Dialogue.cs, line 146.