Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RadioButtonGroup.choices

public IEnumerable<string> choices;

Description

The list of available choices in the group.

Writing to this property removes existing RadioButton elements and re-creates them to display the new list.