C# Class andengine.opengl.view.GLSurfaceView

Inheritance: Android.Views.SurfaceView, Android.Views.ISurfaceHolderCallback
Exibir arquivo Open project: jamesburton/AndEngine.net Class Usage Examples

Public Properties

Property Type Description
DEBUG_CHECK_GL_ERROR int
DEBUG_LOG_GL_CALLS int
Instance GLSurfaceView
RENDERMODE_CONTINUOUSLY int
RENDERMODE_WHEN_DIRTY int

Public Methods

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

Private Methods

Method Description
Init ( ) : void

Method Details

GLSurfaceView() public method

public GLSurfaceView ( Android.Content.Context context ) : System.Collections.Generic
context Android.Content.Context
return System.Collections.Generic

GLSurfaceView() public method

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

GetDebugFlags() public method

public GetDebugFlags ( ) : int
return int

GetRenderMode() public method

public GetRenderMode ( ) : int
return int

OnPause() public method

public OnPause ( ) : void
return void

OnResume() public method

public OnResume ( ) : void
return void

QueueEvent() public method

public QueueEvent ( IRunnable r ) : void
r IRunnable
return void

RequestRender() public method

public RequestRender ( ) : void
return void

SetDebugFlags() public method

public SetDebugFlags ( int debugFlags ) : void
debugFlags int
return void

SetEGLConfigChooser() public method

public SetEGLConfigChooser ( EGLConfigChooser configChooser ) : void
configChooser EGLConfigChooser
return void

SetEGLConfigChooser() public method

public SetEGLConfigChooser ( bool needDepth ) : void
needDepth bool
return void

SetEGLConfigChooser() public method

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

SetGLWrapper() public method

public SetGLWrapper ( GLWrapper glWrapper ) : void
glWrapper GLWrapper
return void

SetRenderMode() public method

public SetRenderMode ( int renderMode ) : void
renderMode int
return void

SetRenderer() public method

public SetRenderer ( Renderer renderer ) : void
renderer Renderer
return void

SurfaceChanged() public method

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

SurfaceCreated() public method

public SurfaceCreated ( Android.Views.ISurfaceHolder holder ) : void
holder Android.Views.ISurfaceHolder
return void

SurfaceDestroyed() public method

public SurfaceDestroyed ( Android.Views.ISurfaceHolder holder ) : void
holder Android.Views.ISurfaceHolder
return void

Property Details

DEBUG_CHECK_GL_ERROR public_oe static_oe property

public static int DEBUG_CHECK_GL_ERROR
return int

DEBUG_LOG_GL_CALLS public_oe static_oe property

public static int DEBUG_LOG_GL_CALLS
return int

Instance public_oe static_oe property

public static GLSurfaceView,andengine.opengl.view Instance
return GLSurfaceView

RENDERMODE_CONTINUOUSLY public_oe static_oe property

public static int RENDERMODE_CONTINUOUSLY
return int

RENDERMODE_WHEN_DIRTY public_oe static_oe property

public static int RENDERMODE_WHEN_DIRTY
return int