C# Class ComboList, casanova-mk2

Inheritance: MonoBehaviour
ファイルを表示 Open project: vs-team/casanova-mk2 Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Reset ( ) : void
Start ( ) : void
comboListToString ( ) : string
findRootCanvas ( GameObject child ) : GameObject

Method Details

AddButton() public static method

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

Find() public static method

public static Find ( string name ) : ComboList,
name string
return ComboList,

Find() public static method

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

RemoveButton() public static method

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

Reset() public static method

public static Reset ( ComboList, box ) : void
box ComboList,
return void

comboButtonPressed() public method

public comboButtonPressed ( GameObject button ) : void
button GameObject
return void

printComboList() public static method

public static printComboList ( ComboList, list ) : void
list ComboList,
return void