C# Class FBClient.Core.Entities.PowerUp

Inheritance: FBLibrary.Core.BaseEntities.BasePowerUp
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Méthode Description
Destroy ( ) : void
Draw ( GameTime gameTime, Camera2D camera ) : void
PickUp ( ) : void
PowerUp ( Point cellPosition ) : System.Collections.Generic
PowerUp ( Point cellPosition, PowerUpType type ) : System.Collections.Generic
Remove ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime, Camera2D camera ) : void
gameTime Microsoft.Xna.Framework.GameTime
camera Camera2D
Résultat void

PickUp() public méthode

public PickUp ( ) : void
Résultat void

PowerUp() public méthode

public PowerUp ( Point cellPosition ) : System.Collections.Generic
cellPosition Microsoft.Xna.Framework.Point
Résultat System.Collections.Generic

PowerUp() public méthode

public PowerUp ( Point cellPosition, PowerUpType type ) : System.Collections.Generic
cellPosition Microsoft.Xna.Framework.Point
type PowerUpType
Résultat System.Collections.Generic

Remove() public méthode

public Remove ( ) : void
Résultat void

Update() public méthode

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