C# Class ComboBox, casanova-mk2

Show file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Methods

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

Private Methods

Method Description
Start ( ) : void
Test ( ) : System.Collections.IEnumerator
findRootCanvas ( GameObject child ) : GameObject

Method Details

AddButton() public static method

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

Find() public static method

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

Find() public static method

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

RemoveButton() public static method

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

comboButtonPressed() public method

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

titlePressed() public method

public titlePressed ( ) : void
return void