C# Class AIA.UnitManager

Afficher le fichier Open project: ArtificialIntelligenceApproximations/AIA

Méthodes publiques

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

Method Details

DrawUnits() public méthode

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

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

UpdateSelectionList() public méthode

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