Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


choices

The list of available choices in the group.
Read time 1 minuteLast updated 13 days ago

Definition

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.