choices
The list of available choices in the group.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public IEnumerable<string> choices { get; set; }
Remarks
Writing to this property removes existing RadioButton elements, except those added explicitly to hierarchy, and re-creates them to display the new list.