C# Class SuperCook, CSE110M240T10

Inheritance: MonoBehaviour
ファイルを表示 Open project: ucsdCSE110wi16/CSE110M240T10 Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
getRecipes ( List ingredients, superCookDelegate responseFunction ) : void

Private Methods

Method Description
callback ( JSONObject, result ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

getRecipes() public method

public getRecipes ( List ingredients, superCookDelegate responseFunction ) : void
ingredients List
responseFunction superCookDelegate
return void