C# Class MySharpDXGame.Game

Inheritance: IDisposable
Afficher le fichier Open project: mrjfalk/SharpDXTutorials Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Game ( ) : System

Create and initialize a new game.

Run ( ) : void

Start the game.

Private Methods

Méthode Description
Draw ( ) : void

Draw the game.

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Game() public méthode

Create and initialize a new game.
public Game ( ) : System
Résultat System

Run() public méthode

Start the game.
public Run ( ) : void
Résultat void