Delegate in Yarn
Inherits from System.MulticastDelegate
Represents the method that is called when the Dialogue delivers an OptionSet .
public delegate void OptionsHandler(OptionSet options);: Represents the method that is called when the Dialogue delivers a .
: Represents the method that is called when the Dialogue delivers a .
: Represents the method that is called when the Dialogue begins executing a node.
: Represents the method that is called when the dialogue has reached its end, and no more code remains to be run.
options
The that has been delivered.