C# Class AStarXNA.GameObject

Afficher le fichier Open project: dreasgrech/AStarXNA

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
GameObject ( Microsoft.Xna.Framework.Game game ) : System

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

GameObject() protected méthode

protected GameObject ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void