C# Class andengine.opengl.view.GLSurfaceView.GLThread

Inheritance: Java.Lang.Thread
Afficher le fichier Open project: jamesburton/AndEngine.net

Méthodes publiques

Méthode Description
GLThread ( Renderer renderer ) : System.Collections.Generic
GetRenderMode ( ) : int
OnPause ( ) : void
OnResume ( ) : void
OnWindowResize ( int w, int h ) : void
QueueEvent ( IRunnable r ) : void
RequestExitAndWait ( ) : void
RequestRender ( ) : void
Run ( ) : void
SetRenderMode ( int renderMode ) : void
SurfaceCreated ( ) : void
SurfaceDestroyed ( ) : void

Private Methods

Méthode Description
GetEvent ( ) : IRunnable
GuardedRun ( ) : void
NeedToWait ( ) : bool

Method Details

GLThread() public méthode

public GLThread ( Renderer renderer ) : System.Collections.Generic
renderer Renderer
Résultat System.Collections.Generic

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

OnWindowResize() public méthode

public OnWindowResize ( int w, int h ) : void
w int
h int
Résultat void

QueueEvent() public méthode

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

RequestExitAndWait() public méthode

public RequestExitAndWait ( ) : void
Résultat void

RequestRender() public méthode

public RequestRender ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SetRenderMode() public méthode

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

SurfaceCreated() public méthode

public SurfaceCreated ( ) : void
Résultat void

SurfaceDestroyed() public méthode

public SurfaceDestroyed ( ) : void
Résultat void