Class DialogueContainerBuilder.ChoiceList
Helper class used during choice configuration.
public sealed class DialogueContainerBuilder.ChoiceList
- Inheritance
-
DialogueContainerBuilder.ChoiceList
- Inherited Members
- Extension Methods
Methods
Add(string, string, string)
Adds a choice with a label and shown text and links it to a target node label.
public DialogueContainerBuilder.ChoiceList Add(string choiceLabel, string shownText, string targetNodeLabel = null)