C# 클래스 LoadNewLevel, Team-6

상속: MonoBehaviour
파일 보기 프로젝트 열기: RUGSoftEng/Team-6

공개 프로퍼티들

프로퍼티 타입 설명
bottemText Text
maxLength int
minWords int
text Text

공개 메소드들

메소드 설명
FadeText ( ) : IEnumerator
LoadLevel ( int index ) : void

비공개 메소드들

메소드 설명
showTooFewWords ( string message ) : void

메소드 상세

FadeText() 공개 메소드

public FadeText ( ) : IEnumerator
리턴 IEnumerator

LoadLevel() 공개 메소드

public LoadLevel ( int index ) : void
index int
리턴 void

프로퍼티 상세

bottemText 공개적으로 프로퍼티

public Text bottemText
리턴 Text

maxLength 공개적으로 프로퍼티

public int maxLength
리턴 int

minWords 공개적으로 프로퍼티

public int minWords
리턴 int

text 공개적으로 프로퍼티

public Text text
리턴 Text