public IEnumerable<Toggle> ActiveToggles ();

Valor de retorno

IEnumerable<Toggle> The active toggles in the group.

Descripción

Returns the toggles in this group that are active.

Toggles belonging to this group but are not active either because their GameObject is inactive or because the Toggle component is disabled, are not returned as part of the list.