C# Class GearsDebug.Playable.DevTestArea.Collision.HUDManager

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

Méthodes publiques

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

Private Methods

Méthode Description
ClearLines ( ) : void
CreateGrid ( ) : void
DrawLines ( SpriteBatch spriteBatch ) : void
InitializeLocal ( ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Draw() public méthode

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

HUDManager() public méthode

public HUDManager ( ) : System
Résultat System

Update() public méthode

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