C# Class ComboBox, casanova-mk2

Afficher le fichier Open project: vs-team/casanova-mk2 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Start ( ) : void
Test ( ) : System.Collections.IEnumerator
findRootCanvas ( GameObject child ) : GameObject

Method Details

AddButton() public static méthode

public static AddButton ( ComboBox, box, string text ) : void
box ComboBox,
text string
Résultat void

Find() public static méthode

public static Find ( string name ) : ComboBox,
name string
Résultat ComboBox,

Find() public static méthode

public static Find ( string name, List elements ) : ComboBox,
name string
elements List
Résultat ComboBox,

RemoveButton() public static méthode

public static RemoveButton ( ComboBox, box, string text ) : void
box ComboBox,
text string
Résultat void

comboButtonPressed() public méthode

public comboButtonPressed ( GameObject button ) : void
button GameObject
Résultat void

titlePressed() public méthode

public titlePressed ( ) : void
Résultat void