Method | Description | |
---|---|---|
AddButton ( ComboBox, box, string text ) : void | ||
Find ( string name ) : ComboBox, | ||
Find ( string name, List |
||
RemoveButton ( ComboBox, box, string text ) : void | ||
comboButtonPressed ( GameObject button ) : void | ||
titlePressed ( ) : void |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Test ( ) : System.Collections.IEnumerator | ||
findRootCanvas ( GameObject child ) : GameObject |
public static AddButton ( ComboBox, box, string text ) : void | ||
box | ComboBox, | |
text | string | |
return | void |
public static Find ( string name ) : ComboBox, | ||
name | string | |
return | ComboBox, |
public static Find ( string name, List |
||
name | string | |
elements | List |
|
return | ComboBox, |
public static RemoveButton ( ComboBox, box, string text ) : void | ||
box | ComboBox, | |
text | string | |
return | void |
public comboButtonPressed ( GameObject button ) : void | ||
button | GameObject | |
return | void |