C# 클래스 Reign.Core.GLRenderer

상속: Java.Lang.Object, GLSurfaceView.IRenderer
파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 메소드들

메소드 설명
GLRenderer ( AndroidApplication application ) : System
OnDrawFrame ( IGL10 gl ) : void
OnSurfaceChanged ( IGL10 gl, int width, int height ) : void
OnSurfaceCreated ( IGL10 gl, EGLConfig config ) : void

메소드 상세

GLRenderer() 공개 메소드

public GLRenderer ( AndroidApplication application ) : System
application AndroidApplication
리턴 System

OnDrawFrame() 공개 메소드

public OnDrawFrame ( IGL10 gl ) : void
gl IGL10
리턴 void

OnSurfaceChanged() 공개 메소드

public OnSurfaceChanged ( IGL10 gl, int width, int height ) : void
gl IGL10
width int
height int
리턴 void

OnSurfaceCreated() 공개 메소드

public OnSurfaceCreated ( IGL10 gl, EGLConfig config ) : void
gl IGL10
config EGLConfig
리턴 void