C# 클래스 ErrorView, Beep-Beep

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

공개 메소드들

메소드 설명
AppendErrorText ( string addToEndText ) : void
SetDisplayGui ( bool display ) : void
SetErrorText ( string newText ) : void

비공개 메소드들

메소드 설명
OnGUI ( ) : void

메소드 상세

AppendErrorText() 공개 메소드

public AppendErrorText ( string addToEndText ) : void
addToEndText string
리턴 void

SetDisplayGui() 공개 메소드

public SetDisplayGui ( bool display ) : void
display bool
리턴 void

SetErrorText() 공개 메소드

public SetErrorText ( string newText ) : void
newText string
리턴 void