OptionSet

Struct in Yarn

Inherits from System.ValueType

Summary

A set of Option s, sent from the Dialogue to the game.

public struct OptionSet

Remarks

You typically do not create instances of this struct yourself. They are created by the Dialogue during program execution.

Properties

NameDescription
OptionsGets the Option s that should be presented to the user.

Structs

NameDescription
OptionAn option to be presented to the user.

See Also