메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Start ( ) : void | ||
Test ( ) : System.Collections.IEnumerator | ||
findRootCanvas ( GameObject child ) : GameObject |
public static AddButton ( ComboBox, box, string text ) : void | ||
box | ComboBox, | |
text | string | |
리턴 | void |
public static Find ( string name, List |
||
name | string | |
elements | List |
|
리턴 | ComboBox, |
public static RemoveButton ( ComboBox, box, string text ) : void | ||
box | ComboBox, | |
text | string | |
리턴 | void |
public comboButtonPressed ( GameObject button ) : void | ||
button | GameObject | |
리턴 | void |