Property | Type | Description | |
---|---|---|---|
DEBUG_CHECK_GL_ERROR | int | ||
DEBUG_LOG_GL_CALLS | int | ||
Instance | |||
RENDERMODE_CONTINUOUSLY | int | ||
RENDERMODE_WHEN_DIRTY | int |
Method | Description | |
---|---|---|
GLSurfaceView ( Android.Content.Context context ) : System.Collections.Generic | ||
GLSurfaceView ( Android.Content.Context context, Android.Util.IAttributeSet attrs ) : System.Collections.Generic | ||
GetDebugFlags ( ) : int | ||
GetRenderMode ( ) : int | ||
OnPause ( ) : void | ||
OnResume ( ) : void | ||
QueueEvent ( IRunnable r ) : void | ||
RequestRender ( ) : void | ||
SetDebugFlags ( int debugFlags ) : void | ||
SetEGLConfigChooser ( EGLConfigChooser configChooser ) : void | ||
SetEGLConfigChooser ( bool needDepth ) : void | ||
SetEGLConfigChooser ( int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize ) : void | ||
SetGLWrapper ( GLWrapper glWrapper ) : void | ||
SetRenderMode ( int renderMode ) : void | ||
SetRenderer ( Renderer renderer ) : void | ||
SurfaceChanged ( Android.Views.ISurfaceHolder holder, int format, int w, int h ) : void | ||
SurfaceCreated ( Android.Views.ISurfaceHolder holder ) : void | ||
SurfaceDestroyed ( Android.Views.ISurfaceHolder holder ) : void |
Method | Description | |
---|---|---|
Init ( ) : void |
public GLSurfaceView ( Android.Content.Context context ) : System.Collections.Generic | ||
context | Android.Content.Context | |
return | System.Collections.Generic |
public GLSurfaceView ( Android.Content.Context context, Android.Util.IAttributeSet attrs ) : System.Collections.Generic | ||
context | Android.Content.Context | |
attrs | Android.Util.IAttributeSet | |
return | System.Collections.Generic |
public SetDebugFlags ( int debugFlags ) : void | ||
debugFlags | int | |
return | void |
public SetEGLConfigChooser ( EGLConfigChooser configChooser ) : void | ||
configChooser | EGLConfigChooser | |
return | void |
public SetEGLConfigChooser ( bool needDepth ) : void | ||
needDepth | bool | |
return | void |
public SetEGLConfigChooser ( int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize ) : void | ||
redSize | int | |
greenSize | int | |
blueSize | int | |
alphaSize | int | |
depthSize | int | |
stencilSize | int | |
return | void |
public SetGLWrapper ( GLWrapper glWrapper ) : void | ||
glWrapper | GLWrapper | |
return | void |
public SetRenderMode ( int renderMode ) : void | ||
renderMode | int | |
return | void |
public SetRenderer ( Renderer renderer ) : void | ||
renderer | Renderer | |
return | void |
public SurfaceChanged ( Android.Views.ISurfaceHolder holder, int format, int w, int h ) : void | ||
holder | Android.Views.ISurfaceHolder | |
format | int | |
w | int | |
h | int | |
return | void |
public SurfaceCreated ( Android.Views.ISurfaceHolder holder ) : void | ||
holder | Android.Views.ISurfaceHolder | |
return | void |
public SurfaceDestroyed ( Android.Views.ISurfaceHolder holder ) : void | ||
holder | Android.Views.ISurfaceHolder | |
return | void |
public static GLSurfaceView,andengine.opengl.view Instance | ||
return |
public static int RENDERMODE_CONTINUOUSLY | ||
return | int |