Property | Type | Description | |
---|---|---|---|
BombList | List |
||
Camera | Camera2D | ||
Players | PlayerCollection | ||
PowerUpList | List |
Property | Type | Description | |
---|---|---|---|
WallList | List |
Method | Description | |
---|---|---|
AddBomb ( |
||
AddPlayer ( Player player ) : void | ||
AddPowerUp ( Point position ) : void | ||
AddPowerUp ( PowerUpType type, Point position ) : void | ||
AddWall ( Point position ) : void | ||
AddWalls ( IEnumerable |
||
Dispose ( ) : void | ||
Draw ( |
||
Initialize ( ) : void | ||
LoadContent ( ) : void | ||
PickUpPowerUp ( BasePlayer player, |
||
PlayerDeathAction ( BasePlayer sender, |
||
RoundEndAction ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
DestroyBomb ( Point position ) : void | ||
DestroyPlayer ( int playerId ) : void | ||
DestroyPowerUp ( Point position ) : void | ||
DestroyWall ( Point position ) : void | ||
GameManager ( ) : System | ||
RemoveWall ( |
||
Reset ( ) : void | ||
UpdateBombs ( ) : void | ||
UpdatePlayers ( ) : void | ||
UpdatePowerUps ( ) : void | ||
UpdateWalls ( ) : void |
Method | Description | |
---|---|---|
RemoveBomb ( |
||
RemovePowerUp ( |
public AddBomb ( |
||
bomb | ||
return | void |
public AddPowerUp ( PowerUpType type, Point position ) : void | ||
type | PowerUpType | |
position | Point | |
return | void |
public AddWalls ( IEnumerable |
||
wallPositions | IEnumerable |
|
return | void |
protected DestroyBomb ( Point position ) : void | ||
position | Point | |
return | void |
protected DestroyPlayer ( int playerId ) : void | ||
playerId | int | |
return | void |
protected DestroyPowerUp ( Point position ) : void | ||
position | Point | |
return | void |
protected DestroyWall ( Point position ) : void | ||
position | Point | |
return | void |
public Draw ( |
||
gameTime | ||
camera | Camera2D | |
return | void |
public PickUpPowerUp ( BasePlayer player, |
||
player | BasePlayer | |
powerUp | ||
return | void |
public PlayerDeathAction ( BasePlayer sender, |
||
sender | BasePlayer | |
args | ||
return | void |
protected RemoveWall ( |
||
wall | ||
return | void |