C# Class Aiv.Fast2D.Android.MobileGame

Inheritance: AndroidGameView
Afficher le fichier Open project: aiv01/aiv-fast2d Class Usage Examples

Méthodes publiques

Méthode Description
MobileGame ( Android.Content context, Setup setupDelegate, Update updateDelegate ) : System

Méthodes protégées

Méthode Description
CreateFrameBuffer ( ) : void
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void

Method Details

CreateFrameBuffer() protected méthode

protected CreateFrameBuffer ( ) : void
Résultat void

MobileGame() public méthode

public MobileGame ( Android.Content context, Setup setupDelegate, Update updateDelegate ) : System
context Android.Content
setupDelegate Setup
updateDelegate Update
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRenderFrame() protected méthode

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void