C# 클래스 ComboList, casanova-mk2

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

공개 메소드들

메소드 설명
AddButton ( ComboList, box, string text ) : void
Find ( string name ) : ComboList,
Find ( string name, List elements ) : ComboList,
RemoveButton ( ComboList, box, string text ) : void
Reset ( ComboList, box ) : void
comboButtonPressed ( GameObject button ) : void
printComboList ( ComboList, list ) : void

비공개 메소드들

메소드 설명
Reset ( ) : void
Start ( ) : void
comboListToString ( ) : string
findRootCanvas ( GameObject child ) : GameObject

메소드 상세

AddButton() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

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

RemoveButton() 공개 정적인 메소드

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

Reset() 공개 정적인 메소드

public static Reset ( ComboList, box ) : void
box ComboList,
리턴 void

comboButtonPressed() 공개 메소드

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

printComboList() 공개 정적인 메소드

public static printComboList ( ComboList, list ) : void
list ComboList,
리턴 void