C# Class Dandy.Game

Afficher le fichier Open project: jackpal/Dandy-Dungeon

Méthodes publiques

Méthode Description
Game ( ) : System
HandleEvent ( bool down, Keys key ) : void
Init ( ) : void
Render ( Device device, VertexBuffer vertexBuffer, Texture texture ) : void
Start ( ) : void
Step ( ) : void
TranslateKeysToPads ( ) : void

Private Methods

Méthode Description
MovePlayers ( ) : void

Method Details

Game() public méthode

public Game ( ) : System
Résultat System

HandleEvent() public méthode

public HandleEvent ( bool down, Keys key ) : void
down bool
key Keys
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Render() public méthode

public Render ( Device device, VertexBuffer vertexBuffer, Texture texture ) : void
device Device
vertexBuffer VertexBuffer
texture Texture
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Step() public méthode

public Step ( ) : void
Résultat void

TranslateKeysToPads() public méthode

public TranslateKeysToPads ( ) : void
Résultat void