C# 클래스 recipe, CSE110M240T10

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

공개 프로퍼티들

프로퍼티 타입 설명
directions string
img UnityEngine.Texture2D
ingredients List
name string
url string

공개 메소드들

메소드 설명
recipe ( string nm, List ing, string dir, Texture2D i ) : UnityEngine

메소드 상세

recipe() 공개 메소드

public recipe ( string nm, List ing, string dir, Texture2D i ) : UnityEngine
nm string
ing List
dir string
i UnityEngine.Texture2D
리턴 UnityEngine

프로퍼티 상세

directions 공개적으로 프로퍼티

public string directions
리턴 string

img 공개적으로 프로퍼티

public Texture2D,UnityEngine img
리턴 UnityEngine.Texture2D

ingredients 공개적으로 프로퍼티

public List ingredients
리턴 List

name 공개적으로 프로퍼티

public string name
리턴 string

url 공개적으로 프로퍼티

public string url
리턴 string