C# Class Dischord.Engine.RandyManager

Inheritance: MobileManager
Afficher le fichier Open project: jbrownbridge/Dischord

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
RandyManager ( Microsoft.Xna.Framework.Game game, string imagePath, int columns, int rows, string behaviourPath ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

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

RandyManager() public méthode

public RandyManager ( Microsoft.Xna.Framework.Game game, string imagePath, int columns, int rows, string behaviourPath ) : System
game Microsoft.Xna.Framework.Game
imagePath string
columns int
rows int
behaviourPath string
Résultat System

Update() public méthode

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