Свойство | Тип | Описание | |
---|---|---|---|
buttons | ArrayList | ||
groupID | int |
Метод | Описание | |
---|---|---|
GetGroup ( int id ) : RadioBtnGroup, |
Returns a reference to the radio button group specified by "id".
|
|
GetSelected ( GameObject go ) : IRadioButton |
Returns a reference to the selected radio button for the specified group.
|
|
GetSelected ( int id ) : IRadioButton |
Returns a reference to the selected radio button for the specified group.
|
|
RadioBtnGroup ( int id ) : UnityEngine |
public static GetGroup ( int id ) : RadioBtnGroup, | ||
id | int | The ID of the group (either an arbitrary integer ID, or the hashcode of a radio button's parent transform, depending on the settings). |
Результат | RadioBtnGroup, |
public static GetSelected ( GameObject go ) : IRadioButton | ||
go | GameObject | |
Результат | IRadioButton |
public static GetSelected ( int id ) : IRadioButton | ||
id | int | The ID of the group (either an arbitrary integer ID, or the hashcode of a radio button's parent transform, depending on the settings). |
Результат | IRadioButton |
public RadioBtnGroup ( int id ) : UnityEngine | ||
id | int | |
Результат | UnityEngine |