DialogueRunner.RemoveCommandHandler Method
Removes a command handler.
public void RemoveCommandHandler(string commandName)
Parameters
Parameter | Description |
---|---|
string commandName |
The name of the command to remove. |
Source
Defined in Unity/Assets/YarnSpinner/Scripts/DialogueRunner.cs, line 349.