C# Class Dischord.Engine.MobileManager

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

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
MobileManager ( 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

MobileManager() public méthode

public MobileManager ( 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