C# 클래스 TutorialButtonTouch

상속: MonoBehaviour
파일 보기 프로젝트 열기: SNUGDC/stardust

공개 프로퍼티들

프로퍼티 타입 설명
QuestSolved bool
Quest_1 string[]
Quest_2 string[]
Quest_3 string[]
Textbox_1 Text

공개 메소드들

메소드 설명
OnMouseUp ( ) : void
Start ( ) : void

메소드 상세

OnMouseUp() 공개 메소드

public OnMouseUp ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

QuestSolved 공개적으로 프로퍼티

public bool QuestSolved
리턴 bool

Quest_1 공개적으로 프로퍼티

public string[] Quest_1
리턴 string[]

Quest_2 공개적으로 프로퍼티

public string[] Quest_2
리턴 string[]

Quest_3 공개적으로 프로퍼티

public string[] Quest_3
리턴 string[]

Textbox_1 공개적으로 프로퍼티

public Text Textbox_1
리턴 Text