C# Class Aiv.Fast2D.Android.MobileGame

Inheritance: AndroidGameView
Datei anzeigen Open project: aiv01/aiv-fast2d Class Usage Examples

Public Methods

Method Description
MobileGame ( Android.Content context, Setup setupDelegate, Update updateDelegate ) : System

Protected Methods

Method Description
CreateFrameBuffer ( ) : void
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void

Method Details

CreateFrameBuffer() protected method

protected CreateFrameBuffer ( ) : void
return void

MobileGame() public method

public MobileGame ( Android.Content context, Setup setupDelegate, Update updateDelegate ) : System
context Android.Content
setupDelegate Setup
updateDelegate Update
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnRenderFrame() protected method

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void