C# Class searchIngredientsPanel, CSE110M240T10

Inheritance: MonoBehaviour
显示文件 Open project: ucsdCSE110wi16/CSE110M240T10 Class Usage Examples

Public Properties

Property Type Description
input InputField,
resultGrid GameObject

Public Methods

Method Description
Awake ( ) : void
autocomplete ( ) : void
loadIngredients ( ) : void
togglePanel ( ) : void

Private Methods

Method Description
autocompleteCallback ( JSONObject, response ) : void
newButton ( string name ) : void
suggestionsLoaded ( JSONObject, response ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

autocomplete() public method

public autocomplete ( ) : void
return void

loadIngredients() public method

public loadIngredients ( ) : void
return void

togglePanel() public method

public togglePanel ( ) : void
return void

Property Details

input public_oe property

public InputField, input
return InputField,

resultGrid public_oe property

public GameObject resultGrid
return GameObject