C# Class searchIngredientsPanel, CSE110M240T10

Inheritance: MonoBehaviour
Afficher le fichier Open project: ucsdCSE110wi16/CSE110M240T10 Class Usage Examples

Méthodes publiques

Свойство Type Description
input InputField,
resultGrid GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
autocomplete ( ) : void
loadIngredients ( ) : void
togglePanel ( ) : void

Private Methods

Méthode Description
autocompleteCallback ( JSONObject, response ) : void
newButton ( string name ) : void
suggestionsLoaded ( JSONObject, response ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

autocomplete() public méthode

public autocomplete ( ) : void
Résultat void

loadIngredients() public méthode

public loadIngredients ( ) : void
Résultat void

togglePanel() public méthode

public togglePanel ( ) : void
Résultat void

Property Details

input public_oe property

public InputField, input
Résultat InputField,

resultGrid public_oe property

public GameObject resultGrid
Résultat GameObject