C# Class Gears.Playable.UnitManager

Inheritance: IManager
Afficher le fichier Open project: spectrumbranch/gearsvge Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
UnitManager ( ) : System
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
Register ( Gears.Playable.UnitTypeFactory factories ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Register() protected méthode

protected Register ( Gears.Playable.UnitTypeFactory factories ) : void
factories Gears.Playable.UnitTypeFactory
Résultat void

UnitManager() public méthode

public UnitManager ( ) : System
Résultat System

Update() public méthode

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