C# Class NewImpossibleGame.App

Inheritance: WaveEngine.Adapter.Application
Exibir arquivo Open project: WaveEngine/QuickStarters

Public Methods

Method Description
App ( ) : System
Draw ( System.TimeSpan elapsedTime ) : void
Initialize ( ) : void
Update ( System.TimeSpan elapsedTime ) : void

Method Details

App() public method

public App ( ) : System
return System

Draw() public method

public Draw ( System.TimeSpan elapsedTime ) : void
elapsedTime System.TimeSpan
return void

Initialize() public method

public Initialize ( ) : void
return void

Update() public method

public Update ( System.TimeSpan elapsedTime ) : void
elapsedTime System.TimeSpan
return void