C# 클래스 ComboBox, casanova-mk2

파일 보기 프로젝트 열기: vs-team/casanova-mk2 1 사용 예제들

공개 메소드들

메소드 설명
AddButton ( ComboBox, box, string text ) : void
Find ( string name ) : ComboBox,
Find ( string name, List elements ) : ComboBox,
RemoveButton ( ComboBox, box, string text ) : void
comboButtonPressed ( GameObject button ) : void
titlePressed ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Test ( ) : System.Collections.IEnumerator
findRootCanvas ( GameObject child ) : GameObject

메소드 상세

AddButton() 공개 정적인 메소드

public static AddButton ( ComboBox, box, string text ) : void
box ComboBox,
text string
리턴 void

Find() 공개 정적인 메소드

public static Find ( string name ) : ComboBox,
name string
리턴 ComboBox,

Find() 공개 정적인 메소드

public static Find ( string name, List elements ) : ComboBox,
name string
elements List
리턴 ComboBox,

RemoveButton() 공개 정적인 메소드

public static RemoveButton ( ComboBox, box, string text ) : void
box ComboBox,
text string
리턴 void

comboButtonPressed() 공개 메소드

public comboButtonPressed ( GameObject button ) : void
button GameObject
리턴 void

titlePressed() 공개 메소드

public titlePressed ( ) : void
리턴 void