C# 클래스 Storyboard, 306_project2

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

공개 프로퍼티들

프로퍼티 타입 설명
evilText Text
flubText Text

공개 메소드들

메소드 설명
Update ( ) : void
clickedIntro ( ) : void
setEvilText ( string msg ) : void
setFlubText ( string msg ) : void
skipped ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

clickedIntro() 공개 메소드

public clickedIntro ( ) : void
리턴 void

setEvilText() 공개 메소드

public setEvilText ( string msg ) : void
msg string
리턴 void

setFlubText() 공개 메소드

public setFlubText ( string msg ) : void
msg string
리턴 void

skipped() 공개 메소드

public skipped ( ) : void
리턴 void

프로퍼티 상세

evilText 공개적으로 프로퍼티

public Text evilText
리턴 Text

flubText 공개적으로 프로퍼티

public Text flubText
리턴 Text