C# Class FBLibrary.Core.BaseEntities.BasePowerUp

Inheritance: StaticEntity
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Свойство Type Description
Type PowerUpType

Méthodes publiques

Méthode Description
ApplyEffect ( BasePlayer p ) : void
PickUp ( ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
BasePowerUp ( Point position ) : Microsoft.Xna.Framework

Method Details

ApplyEffect() public méthode

public ApplyEffect ( BasePlayer p ) : void
p BasePlayer
Résultat void

BasePowerUp() protected méthode

protected BasePowerUp ( Point position ) : Microsoft.Xna.Framework
position Microsoft.Xna.Framework.Point
Résultat Microsoft.Xna.Framework

PickUp() public méthode

public PickUp ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Type public_oe property

public PowerUpType Type
Résultat PowerUpType