C# Class Axiom.Demos.Browser.Xna.Game

Demo command line browser entry point.
This demo browser is implemented using a commandline interface.
Inheritance: IDisposable
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Run ( ) : void

Private Methods

Method Description
BuildExceptionString ( Exception exception ) : string
BuildInnerExceptionString ( Exception innerException ) : string
Main ( string args ) : void
_configure ( ) : bool
_loadPlugins ( ) : void
_setDefaultNextGame ( ) : void
_setupInput ( ) : InputReader
_setupResources ( ) : void

Loads default resource configuration if one exists.

engine_FrameStarted ( object source, FrameEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Run() public method

public Run ( ) : void
return void