OptionSet Struct
A set of OptionSet.Option
s, sent from the Dialogue
to the game.
public struct OptionSet
Remarks
You do not create instances of this struct yourself. They are
created by the Dialogue
during program execution.
Properties
Name | Description |
---|---|
Options | Gets the OptionSet.Option s that should be presented to the user. |
See Also
Dialogue.OptionsHandler
: Represents the method that is called when the Dialogue delivers anOptionSet
.
Source
Defined in YarnSpinner/Dialogue.cs, line 95.