C# 클래스 recipeViewer, CSE110M240T10

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

공개 프로퍼티들

프로퍼티 타입 설명
Instance recipeViewer,
imageObject Image
imageSize int
panel GameObject
recipeInstructions Text
scrollPanel UnityEngine.RectTransform
textSize int

공개 메소드들

메소드 설명
Awake ( ) : void
draw ( recipe, result ) : void
setImage ( Texture2D img ) : void
toTop ( ) : void

비공개 메소드들

메소드 설명
addLine ( string text ) : void
addNewLine ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

draw() 공개 메소드

public draw ( recipe, result ) : void
result recipe,
리턴 void

setImage() 공개 메소드

public setImage ( Texture2D img ) : void
img UnityEngine.Texture2D
리턴 void

toTop() 공개 메소드

public toTop ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static recipeViewer, Instance
리턴 recipeViewer,

imageObject 공개적으로 프로퍼티

public Image imageObject
리턴 Image

imageSize 공개적으로 프로퍼티

public int imageSize
리턴 int

panel 공개적으로 프로퍼티

public GameObject panel
리턴 GameObject

recipeInstructions 공개적으로 프로퍼티

public Text recipeInstructions
리턴 Text

scrollPanel 공개적으로 프로퍼티

public RectTransform,UnityEngine scrollPanel
리턴 UnityEngine.RectTransform

textSize 공개적으로 프로퍼티

public int textSize
리턴 int