C# 클래스 GLErrorHandler, NewCloud

This Script can be used to set a full screen error message if an error happens on startup. (such as no OpenGL ES 2.0 support that is required for some samples).
상속: MonoBehaviour
파일 보기 프로젝트 열기: nileshlg2003/NewCloud 1 사용 예제들

공개 메소드들

메소드 설명
SetError ( string errorText ) : void

Sets an error text that is rendered every frame

비공개 메소드들

메소드 설명
DrawWindowContent ( int id ) : void
OnGUI ( ) : void

메소드 상세

SetError() 공개 정적인 메소드

Sets an error text that is rendered every frame
public static SetError ( string errorText ) : void
errorText string
리턴 void