C# Class ProjectCow.GameObjectsManager

Afficher le fichier Open project: csce3513/Team12 Class Usage Examples

Méthodes publiques

Méthode Description
AddExplosion ( Vector2 position ) : void
AddObject ( GameObject gameObject ) : void
AddRandomCow ( ) : void
AddRandomCowBomb ( ) : void
AddRandomObject ( ) : void
AddRandomTank ( ) : void
AddStartingCows ( ) : void
CheckCollisions ( ) : int
Draw ( SpriteBatch spriteBatch ) : void
ExplodeShip ( int milliseconds ) : void
GameObjectsManager ( Spaceship spaceship, Random random ) : System
LiftObjects ( Spaceship spaceship ) : LiftObject
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
RemoveObject ( GameObject gameObject ) : void
ShiftObjectsLeft ( ) : void
ShiftObjectsRight ( ) : void
Update ( GameTime gameTime ) : void

Method Details

AddExplosion() public méthode

public AddExplosion ( Vector2 position ) : void
position Vector2
Résultat void

AddObject() public méthode

public AddObject ( GameObject gameObject ) : void
gameObject GameObject
Résultat void

AddRandomCow() public méthode

public AddRandomCow ( ) : void
Résultat void

AddRandomCowBomb() public méthode

public AddRandomCowBomb ( ) : void
Résultat void

AddRandomObject() public méthode

public AddRandomObject ( ) : void
Résultat void

AddRandomTank() public méthode

public AddRandomTank ( ) : void
Résultat void

AddStartingCows() public méthode

public AddStartingCows ( ) : void
Résultat void

CheckCollisions() public méthode

public CheckCollisions ( ) : int
Résultat int

Draw() public méthode

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

ExplodeShip() public méthode

public ExplodeShip ( int milliseconds ) : void
milliseconds int
Résultat void

GameObjectsManager() public méthode

public GameObjectsManager ( Spaceship spaceship, Random random ) : System
spaceship Spaceship
random System.Random
Résultat System

LiftObjects() public méthode

public LiftObjects ( Spaceship spaceship ) : LiftObject
spaceship Spaceship
Résultat LiftObject

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

RemoveObject() public méthode

public RemoveObject ( GameObject gameObject ) : void
gameObject GameObject
Résultat void

ShiftObjectsLeft() public méthode

public ShiftObjectsLeft ( ) : void
Résultat void

ShiftObjectsRight() public méthode

public ShiftObjectsRight ( ) : void
Résultat void

Update() public méthode

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