C# Class SuperCook, CSE110M240T10

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

Méthodes publiques

Méthode Description
Awake ( ) : void
getRecipes ( List ingredients, superCookDelegate responseFunction ) : void

Private Methods

Méthode Description
callback ( JSONObject, result ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

getRecipes() public méthode

public getRecipes ( List ingredients, superCookDelegate responseFunction ) : void
ingredients List
responseFunction superCookDelegate
Résultat void