C# Class Aiv.Fast2D.Android.Example.MainActivity

Inheritance: Android.App.Activity
Datei anzeigen Open project: aiv01/aiv-fast2d

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnPause ( ) : void
OnResume ( ) : void

Private Methods

Method Description
GameSetup ( Window window ) : void
GameUpdate ( Window window ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnResume() protected method

protected OnResume ( ) : void
return void