C# Class Reign.Core.GLRenderer

Inheritance: Java.Lang.Object, GLSurfaceView.IRenderer
Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Méthode Description
GLRenderer ( AndroidApplication application ) : System
OnDrawFrame ( IGL10 gl ) : void
OnSurfaceChanged ( IGL10 gl, int width, int height ) : void
OnSurfaceCreated ( IGL10 gl, EGLConfig config ) : void

Method Details

GLRenderer() public méthode

public GLRenderer ( AndroidApplication application ) : System
application AndroidApplication
Résultat System

OnDrawFrame() public méthode

public OnDrawFrame ( IGL10 gl ) : void
gl IGL10
Résultat void

OnSurfaceChanged() public méthode

public OnSurfaceChanged ( IGL10 gl, int width, int height ) : void
gl IGL10
width int
height int
Résultat void

OnSurfaceCreated() public méthode

public OnSurfaceCreated ( IGL10 gl, EGLConfig config ) : void
gl IGL10
config EGLConfig
Résultat void