Dialogue.commandHandler Property
Gets or sets the Dialogue.CommandHandler that is called
when a command is to be delivered to the game.
public Dialogue.CommandHandler commandHandler { get; set; }
See Also
Dialogue.CommandHandler: Represents the method that is called when the Dialogue delivers aCommand.
Source
Defined in YarnSpinner/Dialogue.cs, line 474.