C# 클래스 UIHandler

상속: MonoBehaviour
파일 보기 프로젝트 열기: daniel-cheng/stellar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bottomLeft GUIText
bottomRight GUIText
lowerLeft GUIText
lowerRight GUIText
upperLeft GUIText
upperRight GUIText

공개 메소드들

메소드 설명
OnStateChange ( ) : void
SetBottomLeftText ( string text ) : void
SetLowerLeftText ( string text ) : void
SetLowerRightText ( string text ) : void
SetUpperLeftText ( string text ) : void
SetUpperRightText ( string text ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnStateChange() 공개 메소드

public OnStateChange ( ) : void
리턴 void

SetBottomLeftText() 공개 메소드

public SetBottomLeftText ( string text ) : void
text string
리턴 void

SetLowerLeftText() 공개 메소드

public SetLowerLeftText ( string text ) : void
text string
리턴 void

SetLowerRightText() 공개 메소드

public SetLowerRightText ( string text ) : void
text string
리턴 void

SetUpperLeftText() 공개 메소드

public SetUpperLeftText ( string text ) : void
text string
리턴 void

SetUpperRightText() 공개 메소드

public SetUpperRightText ( string text ) : void
text string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

bottomLeft 공개적으로 프로퍼티

public GUIText bottomLeft
리턴 GUIText

bottomRight 공개적으로 프로퍼티

public GUIText bottomRight
리턴 GUIText

lowerLeft 공개적으로 프로퍼티

public GUIText lowerLeft
리턴 GUIText

lowerRight 공개적으로 프로퍼티

public GUIText lowerRight
리턴 GUIText

upperLeft 공개적으로 프로퍼티

public GUIText upperLeft
리턴 GUIText

upperRight 공개적으로 프로퍼티

public GUIText upperRight
리턴 GUIText