C# 클래스 SuperCookRecipe, CSE110M240T10

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

공개 프로퍼티들

프로퍼티 타입 설명
id int
img UnityEngine.Texture2D
title string
url string
uses string

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

img 공개적으로 프로퍼티

public Texture2D,UnityEngine img
리턴 UnityEngine.Texture2D

title 공개적으로 프로퍼티

public string title
리턴 string

url 공개적으로 프로퍼티

public string url
리턴 string

uses 공개적으로 프로퍼티

public string uses
리턴 string