C# Class MySharpDXGame.Game

Inheritance: IDisposable
Datei anzeigen Open project: mrjfalk/SharpDXTutorials Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Game ( ) : System

Create and initialize a new game.

Run ( ) : void

Start the game.

Private Methods

Method Description
Draw ( ) : void

Draw the game.

InitializeDeviceResources ( ) : void
InitializeShaders ( ) : void
InitializeTriangle ( ) : void
RenderCallback ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Game() public method

Create and initialize a new game.
public Game ( ) : System
return System

Run() public method

Start the game.
public Run ( ) : void
return void