C# Class AIA.BuildingManager

Afficher le fichier Open project: ArtificialIntelligenceApproximations/AIA Class Usage Examples

Méthodes publiques

Méthode Description
BuildingManager ( ) : System
DrawBuildings ( SpriteBatch p_SpriteBatch ) : void
KeyboardListener ( KeyboardState CurrentKeyboardState, KeyboardState LastKeyboardState, Microsoft.Xna.Framework.Input.MouseState CurrentMouseState, Microsoft.Xna.Framework.Input.MouseState LastMouseState ) : void
Update ( GameTime gameTime ) : void
UpdateSelectionList ( Rectangle SelectionBox ) : void

Method Details

BuildingManager() public méthode

public BuildingManager ( ) : System
Résultat System

DrawBuildings() public méthode

public DrawBuildings ( SpriteBatch p_SpriteBatch ) : void
p_SpriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

KeyboardListener() public méthode

public KeyboardListener ( KeyboardState CurrentKeyboardState, KeyboardState LastKeyboardState, Microsoft.Xna.Framework.Input.MouseState CurrentMouseState, Microsoft.Xna.Framework.Input.MouseState LastMouseState ) : void
CurrentKeyboardState Microsoft.Xna.Framework.Input.KeyboardState
LastKeyboardState Microsoft.Xna.Framework.Input.KeyboardState
CurrentMouseState Microsoft.Xna.Framework.Input.MouseState
LastMouseState Microsoft.Xna.Framework.Input.MouseState
Résultat void

Update() public méthode

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

UpdateSelectionList() public méthode

public UpdateSelectionList ( Rectangle SelectionBox ) : void
SelectionBox Microsoft.Xna.Framework.Rectangle
Résultat void