C# 클래스 SuperCook, CSE110M240T10

상속: MonoBehaviour
파일 보기 프로젝트 열기: ucsdCSE110wi16/CSE110M240T10 1 사용 예제들

공개 메소드들

메소드 설명
Awake ( ) : void
getRecipes ( List ingredients, superCookDelegate responseFunction ) : void

비공개 메소드들

메소드 설명
callback ( JSONObject, result ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

getRecipes() 공개 메소드

public getRecipes ( List ingredients, superCookDelegate responseFunction ) : void
ingredients List
responseFunction superCookDelegate
리턴 void