Property | Type | Description | |
---|---|---|---|
buttons | ArrayList | ||
groupID | int |
Method | Description | |
---|---|---|
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). |
return | RadioBtnGroup, |
public static GetSelected ( GameObject go ) : IRadioButton | ||
go | GameObject | |
return | 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). |
return | IRadioButton |
public RadioBtnGroup ( int id ) : UnityEngine | ||
id | int | |
return | UnityEngine |