OptionSet.Option.ID Property
Gets the identifying number for this option.
public int ID { get; }
Remarks
When the user selects this option, this value should be used as the parameter for SetSelectedOption(Int32)
.
Source
Defined in YarnSpinner/Dialogue.cs, line 128.