C# Class Droid.DemoView

Inheritance: AndroidGameView
Mostra file Open project: WolfgangSt/axiom

Public Methods

Method Description
Close ( ) : void
DemoView ( Android.Content.Context handle ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void
OnRenderFrame ( OpenTK e ) : void
OnUpdateFrame ( OpenTK e ) : void

Private Methods

Method Description
BuildExceptionString ( Exception exception ) : string
BuildInnerExceptionString ( Exception innerException ) : string
Initialize ( ) : void
_loadPlugins ( ) : void
_setupResources ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

DemoView() public method

public DemoView ( Android.Content.Context handle ) : System
handle Android.Content.Context
return System

OnLoad() protected method

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

OnRenderFrame() protected method

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

OnUpdateFrame() protected method

protected OnUpdateFrame ( OpenTK e ) : void
e OpenTK
return void