C# Class Trong.TrongGame

Inheritance: SharpDX.Toolkit.Game
Mostra file Open project: sch-gamedev/trong Class Usage Examples

Public Methods

Method Description
TrongGame ( ) : System

Protected Methods

Method Description
Draw ( SharpDX.Toolkit.GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( SharpDX.Toolkit.GameTime gameTime ) : void

Method Details

Draw() protected method

protected Draw ( SharpDX.Toolkit.GameTime gameTime ) : void
gameTime SharpDX.Toolkit.GameTime
return void

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

TrongGame() public method

public TrongGame ( ) : System
return System

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

protected Update ( SharpDX.Toolkit.GameTime gameTime ) : void
gameTime SharpDX.Toolkit.GameTime
return void