C# Class PathfindingTest.Buildings.ResourceGather

Inheritance: PathfindingTest.Buildings.Building
Afficher le fichier Open project: Wotuu/RTS_XNA_v2 Class Usage Examples

Méthodes publiques

Méthode Description
CalculateRPS ( ) : int
Generate ( ) : void
PlaceBuilding ( Engineer e ) : void
ResourceGather ( Player p, Color c ) : System
Update ( KeyboardState ks, MouseState ms ) : void

Private Methods

Méthode Description
Draw ( SpriteBatch sb ) : void

Method Details

CalculateRPS() public méthode

public CalculateRPS ( ) : int
Résultat int

Generate() public méthode

public Generate ( ) : void
Résultat void

PlaceBuilding() public méthode

public PlaceBuilding ( Engineer e ) : void
e Engineer
Résultat void

ResourceGather() public méthode

public ResourceGather ( Player p, Color c ) : System
p Player
c Color
Résultat System

Update() public méthode

public Update ( KeyboardState ks, MouseState ms ) : void
ks KeyboardState
ms MouseState
Résultat void