C# Class andengine.opengl.view.GLSurfaceView

Inheritance: Android.Views.SurfaceView, Android.Views.ISurfaceHolderCallback
Afficher le fichier Open project: jamesburton/AndEngine.net Class Usage Examples

Méthodes publiques

Свойство Type Description
DEBUG_CHECK_GL_ERROR int
DEBUG_LOG_GL_CALLS int
Instance GLSurfaceView
RENDERMODE_CONTINUOUSLY int
RENDERMODE_WHEN_DIRTY int

Méthodes publiques

Méthode 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

Méthode Description
Init ( ) : void

Method Details

GLSurfaceView() public méthode

public GLSurfaceView ( Android.Content.Context context ) : System.Collections.Generic
context Android.Content.Context
Résultat System.Collections.Generic

GLSurfaceView() public méthode

public GLSurfaceView ( Android.Content.Context context, Android.Util.IAttributeSet attrs ) : System.Collections.Generic
context Android.Content.Context
attrs Android.Util.IAttributeSet
Résultat System.Collections.Generic

GetDebugFlags() public méthode

public GetDebugFlags ( ) : int
Résultat int

GetRenderMode() public méthode

public GetRenderMode ( ) : int
Résultat int

OnPause() public méthode

public OnPause ( ) : void
Résultat void

OnResume() public méthode

public OnResume ( ) : void
Résultat void

QueueEvent() public méthode

public QueueEvent ( IRunnable r ) : void
r IRunnable
Résultat void

RequestRender() public méthode

public RequestRender ( ) : void
Résultat void

SetDebugFlags() public méthode

public SetDebugFlags ( int debugFlags ) : void
debugFlags int
Résultat void

SetEGLConfigChooser() public méthode

public SetEGLConfigChooser ( EGLConfigChooser configChooser ) : void
configChooser EGLConfigChooser
Résultat void

SetEGLConfigChooser() public méthode

public SetEGLConfigChooser ( bool needDepth ) : void
needDepth bool
Résultat void

SetEGLConfigChooser() public méthode

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
Résultat void

SetGLWrapper() public méthode

public SetGLWrapper ( GLWrapper glWrapper ) : void
glWrapper GLWrapper
Résultat void

SetRenderMode() public méthode

public SetRenderMode ( int renderMode ) : void
renderMode int
Résultat void

SetRenderer() public méthode

public SetRenderer ( Renderer renderer ) : void
renderer Renderer
Résultat void

SurfaceChanged() public méthode

public SurfaceChanged ( Android.Views.ISurfaceHolder holder, int format, int w, int h ) : void
holder Android.Views.ISurfaceHolder
format int
w int
h int
Résultat void

SurfaceCreated() public méthode

public SurfaceCreated ( Android.Views.ISurfaceHolder holder ) : void
holder Android.Views.ISurfaceHolder
Résultat void

SurfaceDestroyed() public méthode

public SurfaceDestroyed ( Android.Views.ISurfaceHolder holder ) : void
holder Android.Views.ISurfaceHolder
Résultat void

Property Details

DEBUG_CHECK_GL_ERROR public_oe static_oe property

public static int DEBUG_CHECK_GL_ERROR
Résultat int

DEBUG_LOG_GL_CALLS public_oe static_oe property

public static int DEBUG_LOG_GL_CALLS
Résultat int

Instance public_oe static_oe property

public static GLSurfaceView,andengine.opengl.view Instance
Résultat GLSurfaceView

RENDERMODE_CONTINUOUSLY public_oe static_oe property

public static int RENDERMODE_CONTINUOUSLY
Résultat int

RENDERMODE_WHEN_DIRTY public_oe static_oe property

public static int RENDERMODE_WHEN_DIRTY
Résultat int